python312Packages.numcodecs: 0.16.0 -> 0.16.1

This commit is contained in:
Doron Behar
2025-07-17 10:01:40 +03:00
committed by Ben Darwin
parent 331df0c65b
commit a9adc75eb9

View File

@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "numcodecs";
version = "0.16.0";
version = "0.16.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-9xIpqVHEmRqyJt9BR/N4DJiNHOzxMJ44jZ5XvLqCc4c=";
hash = "sha256-xH8g1lZFRWjGtGl84CCB5ru1EvGYc4xqVvr+gCnJf7E=";
};
build-system = [