python3Packages.numcodecs: 0.15.0 -> 0.15.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:41 +02:00
parent 05ef09ba80
commit 126a47e089
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "numcodecs";
version = "0.15.0";
version = "0.15.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-UvsMINmYRe9gDrP4yK0+Iv4stPKlM5TTMSEK98wzdco=";
hash = "sha256-7u135NZjZkGizGBfvGB4x6jyzEDz36Kz9h5S5gkbBP8=";
};
build-system = [