From 8f976b9917b89fe353700eab9a7676a8811cb3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 20 Apr 2025 18:39:38 -0700 Subject: [PATCH] python313Packages.stringzilla: 3.12.4 -> 3.12.5 Diff: https://github.com/ashvardanian/stringzilla/compare/refs/tags/v3.12.4...refs/tags/v3.12.5 Changelog: https://github.com/ashvardanian/StringZilla/releases/tag/v3.12.5 --- pkgs/development/python-modules/stringzilla/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/stringzilla/default.nix b/pkgs/development/python-modules/stringzilla/default.nix index 48cf73bc5fff..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.4"; + version = "3.12.5"; pyproject = true; src = fetchFromGitHub { owner = "ashvardanian"; repo = "stringzilla"; tag = "v${version}"; - hash = "sha256-U745bA3GTPyNPpiB7NESsUJYKmUCY8qK4aqbHECQqnE="; + hash = "sha256-Hp66R4+gic0WstRVnutMBx8g+DMzLEnxPzt3sgvWGG4="; }; postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''