python312Packages.zlib-ng: 0.5.0 -> 0.5.1

https://github.com/pycompression/python-zlib-ng/blob/v0.5.1/CHANGELOG.rst
This commit is contained in:
Martin Weinelt 2024-09-28 01:20:31 +02:00
parent efabdd83aa
commit cafe86fdac
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "zlib-ng";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pycompression";
repo = "python-zlib-ng";
rev = "v${version}";
hash = "sha256-H8Niz6BbmNCccNKHBfRma4SUt0RY846fCiHidEvcd5E=";
hash = "sha256-UsdZgpRI7h6GemT1+1g/cP/8uhLykZ//saH4JMwwlY4=";
};
patches = [