python3Packages.aiosendspin: set version

This commit is contained in:
emilylange
2026-01-17 00:00:35 +01:00
parent 606039ad9d
commit bea9e308a8
@@ -30,6 +30,12 @@ buildPythonPackage rec {
hash = "sha256-3vTEfXeFqouPswRKST/9U7yg9ah7J9m2KAMoxaBZNR0=";
};
# https://github.com/Sendspin/aiosendspin/blob/1.2.0/pyproject.toml#L7
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'version = "0.0.0"' 'version = "${version}"'
'';
build-system = [
setuptools
];