python3Packages.blosc2: 3.5.1 -> 3.6.1 (#428387)

This commit is contained in:
Robert Scott
2025-07-27 13:11:20 +01:00
committed by GitHub
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "blosc2";
version = "3.5.1";
version = "3.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Blosc";
repo = "python-blosc2";
tag = "v${version}";
hash = "sha256-ToPlN8OMgH6BCp0mPanfH0SUJWnrPDxVncF6pBpRhRI=";
hash = "sha256-MSGuG9Vqniz6gie0je84XNTHLZaZho9tmqELMKoDh/U=";
};
nativeBuildInputs = [