python311Packages.zlib-ng: 0.4.0 -> 0.4.1

https://github.com/pycompression/python-zlib-ng/blob/v0.4.1/CHANGELOG.rst
This commit is contained in:
Martin Weinelt 2024-03-12 01:19:11 +01:00
parent 2683eb25fd
commit b785bae3c9

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "zlib-ng";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pycompression";
repo = "python-zlib-ng";
rev = "v${version}";
hash = "sha256-bVdt4GYdbzhoT6et+LOycg0Bt6dX9DtusNr8HPpgIFI=";
hash = "sha256-uK6Md8ZOVUNwXCjzM4zTVr3WBwzLdnvT9n8yBvf968k=";
};
nativeBuildInputs = [