python3Packages.zipstream-ng: 1.9.0 -> 1.9.2

Diff: https://github.com/pR0Ps/zipstream-ng/compare/v1.9.0...v1.9.2
Changelog: https://github.com/pR0Ps/zipstream-ng/blob/v1.9.2/CHANGELOG.md

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2026-05-31 11:05:39 +02:00
parent e55f81b12d
commit c230f91cdc
@@ -3,22 +3,22 @@
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
setuptools,
hatchling,
}:
buildPythonPackage rec {
pname = "zipstream-ng";
version = "1.9.0";
version = "1.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pR0Ps";
repo = "zipstream-ng";
tag = "v${version}";
hash = "sha256-dkSTZkj6Rx6OMdlX4oDOydetosf/iEJhlARmEc0W9gQ=";
hash = "sha256-1MSnabckpAwV/NmD5wKxF7k7hwve6fBiCPyw7skxdlM=";
};
build-system = [ setuptools ];
build-system = [ hatchling ];
pythonImportsCheck = [ "zipstream" ];