python3Packages.blosc2: 3.3.3 -> 3.3.4 (#412316)

This commit is contained in:
Nick Cao
2025-05-30 16:34:39 -04:00
committed by GitHub

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