python3Packages.blosc2: 2.1.1 -> 2.2.7

This commit is contained in:
Martin Weinelt
2023-09-27 15:32:51 +02:00
parent b5e33a962c
commit 2ab1bb9fc4
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "blosc2";
version = "2.1.1";
version = "2.2.7";
format = "pyproject";
src = fetchFromGitHub {
@@ -34,7 +34,7 @@ buildPythonPackage rec {
repo = "python-blosc2";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
hash = "sha256-nbPMLkTye0/Q05ubE35LssN677sUIQErPTxjAtSuGgI=";
hash = "sha256-5a94Zm6sYl/nSfkcFbKG7PkyXwLB6bAoIvfaq0yVGHo=";
};
postPatch = ''