python312Packages.zlib-ng: 0.5.0 -> 0.5.1; python312Packages.isal: 1.7.0 -> 1.7.1 (#344969)

This commit is contained in:
Martin Weinelt 2024-09-28 12:18:43 +02:00 committed by GitHub
commit e2944b6eff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "isal";
version = "1.7.0";
version = "1.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pycompression";
repo = "python-isal";
rev = "v${version}";
hash = "sha256-wasybbNWBa6Zd0JI2/lBNUkvEOY3/iBqsVWh/4WPM2s=";
hash = "sha256-KLnSE7QLM3q8DdoWnCEN6dOxsMr8eSH9k3FqFquZFlE=";
};
patches = [

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 = [