python3Packages.blosc2: 3.3.4 -> 3.4.0

This commit is contained in:
R. Ryantm
2025-06-20 07:26:15 +00:00
parent 63bd3100b8
commit d26c6fd9c6
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "blosc2";
version = "3.3.4";
version = "3.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Blosc";
repo = "python-blosc2";
tag = "v${version}";
hash = "sha256-7R08SZxj0nqEonGB/iL5Zoy0yk3rhENIv0hdUjF9KqA=";
hash = "sha256-dCTASj3jNY4tQdllis9F95yNRD/KwctBxiS4MjkxeX0=";
};
nativeBuildInputs = [