python3Packages.blosc2: 2.2.7 -> 2.3.2

https://github.com/Blosc/python-blosc2/releases/tag/v2.3.2
This commit is contained in:
Martin Weinelt 2023-12-02 23:59:57 +01:00
parent 96870f515c
commit 9b69c1e666
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "blosc2";
version = "2.2.7";
version = "2.3.2";
format = "pyproject";
src = fetchFromGitHub {
@ -34,7 +34,7 @@ buildPythonPackage rec {
repo = "python-blosc2";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
hash = "sha256-5a94Zm6sYl/nSfkcFbKG7PkyXwLB6bAoIvfaq0yVGHo=";
hash = "sha256-tRcyntJlmLPbqnX7nzdBQ/50uXy0fVLb2YGVOIwJjxU=";
};
postPatch = ''