python3Packages.aiotarfile: fix version in Cargo.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:20:38 -07:00
parent b72cbb85d8
commit 6ac3a34121
@@ -7,6 +7,7 @@
cargo,
rustc,
rustPlatform,
semver,
}:
buildPythonPackage rec {
@@ -26,6 +27,15 @@ buildPythonPackage rec {
hash = "sha256-Yf6N615X9ZB+HDp3xehMc3kjKbdsSbIJrqARRXwCRDQ=";
};
postPatch = ''
patchShebangs release.py
./release.py finalize
'';
build-system = [
semver # required for release.py
];
nativeBuildInputs = [
cargo
rustPlatform.cargoSetupHook