python3Packages.python-idzip: 0.3.9 -> 0.3.10

https://github.com/bauman/python-idzip/releases/tag/0.3.10

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:08 +01:00
parent 3ca14da160
commit 1a9ab170d1
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "python-idzip";
version = "0.3.9";
version = "0.3.10";
pyproject = true;
src = fetchFromGitHub {
owner = "bauman";
repo = "python-idzip";
tag = version;
hash = "sha256-ChzwC/Afn0qeo5anq4anIu2eI9i6XDnSvB7jAwY7rSw=";
hash = "sha256-LAai0yRenGhBRdgTKA/T0bBrL0Aq+idFHt0NDMSLHMk=";
};
patches = [
@@ -56,7 +56,7 @@ buildPythonPackage rec {
description = "Seekable, gzip compatible, compression format";
mainProgram = "idzip";
homepage = "https://github.com/bauman/python-idzip";
changelog = "https://github.com/bauman/python-idzip/releases/tag/${version}";
changelog = "https://github.com/bauman/python-idzip/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ vizid ];
};