mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python312Packages.zipstream-ng: 1.7.1 -> 1.8.0
Diff: https://github.com/pR0Ps/zipstream-ng/compare/refs/tags/v1.7.1...v1.8.0 Changelog: https://github.com/pR0Ps/zipstream-ng/blob/v1.8.0/CHANGELOG.md
This commit is contained in:
parent
5c7d5fbce4
commit
43be78d480
@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zipstream-ng";
|
||||
version = "1.7.1";
|
||||
version = "1.8.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
owner = "pR0Ps";
|
||||
repo = "zipstream-ng";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-BYQse+DlyLUH9CofRfGrPUZjP7E8AP/wpirvJmSRfow=";
|
||||
hash = "sha256-mmPxzml+gaVg2IQ/Gql+3ru0hHosbyX4WjLCMxD/MJw=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "zipstream" ];
|
||||
|
Loading…
Reference in New Issue
Block a user