summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/stringzilla/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/stringzilla/default.nix')
-rw-r--r--pkgs/development/python-modules/stringzilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/stringzilla/default.nix b/pkgs/development/python-modules/stringzilla/default.nix
index e99b81a3ebb2..32170ae34794 100644
--- a/pkgs/development/python-modules/stringzilla/default.nix
+++ b/pkgs/development/python-modules/stringzilla/default.nix
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "stringzilla";
- version = "3.12.3";
+ version = "3.12.5";
pyproject = true;
src = fetchFromGitHub {
owner = "ashvardanian";
repo = "stringzilla";
tag = "v${version}";
- hash = "sha256-ER2qaHIW6lmHHZjCIg1PZo1Hpra8vQWTfOk+KTO9GrU=";
+ hash = "sha256-Hp66R4+gic0WstRVnutMBx8g+DMzLEnxPzt3sgvWGG4=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''