python3Packages.zipstream-ng: 1.3.4 -> 1.5.0

Changelog: https://github.com/pR0Ps/zipstream-ng/compare/v1.3.4...v1.5.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2023-04-12 11:30:34 +02:00
parent 1854101076
commit 3a741b4adc
No known key found for this signature in database
GPG Key ID: 074048E893713170

View File

@ -7,14 +7,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zipstream-ng"; pname = "zipstream-ng";
version = "1.3.4"; version = "1.5.0";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pR0Ps"; owner = "pR0Ps";
repo = "zipstream-ng"; repo = "zipstream-ng";
rev = "v${version}"; rev = "v${version}";
sha256 = "NTsnGCddGDUxdHbEoM2ew756psboex3sb6MkYKtaSjQ="; hash = "sha256-4pS2t5IEIUHGJRaO6f9r8xnvXWA6p1EsDQ/jpD8CMLI=";
}; };
pythonImportsCheck = [ pythonImportsCheck = [