python3Packages.blosc2: 3.3.2 -> 3.3.3

This commit is contained in:
R. Ryantm
2025-05-19 23:59:05 +00:00
parent 198e914fcc
commit 0b931f0e45
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "blosc2";
version = "3.3.2";
version = "3.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Blosc";
repo = "python-blosc2";
tag = "v${version}";
hash = "sha256-0DSHXUuIqFP/k0oIibgMKxDsXyOSvGZllql9MfrkisM=";
hash = "sha256-piBimkKEJbrKcebjDpgbHqx09T6GsfhUTTA7l9CxMgc=";
};
nativeBuildInputs = [