python3Packages.blosc2: 3.3.3 -> 3.3.4

This commit is contained in:
R. Ryantm 2025-05-30 10:15:27 +00:00
parent 4420d42422
commit 7e18ee268c

View file

@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "blosc2";
version = "3.3.3";
version = "3.3.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Blosc";
repo = "python-blosc2";
tag = "v${version}";
hash = "sha256-piBimkKEJbrKcebjDpgbHqx09T6GsfhUTTA7l9CxMgc=";
hash = "sha256-7R08SZxj0nqEonGB/iL5Zoy0yk3rhENIv0hdUjF9KqA=";
};
nativeBuildInputs = [