python312Packages.stringzilla: 3.12.1 -> 3.12.3 (#389775)

authored by

dotlambda and committed by
GitHub
87fe987c 52dac5c7

+2 -2
+2 -2
pkgs/development/python-modules/stringzilla/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "stringzilla"; 14 - version = "3.12.1"; 14 + version = "3.12.3"; 15 15 pyproject = true; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "ashvardanian"; 19 19 repo = "stringzilla"; 20 20 tag = "v${version}"; 21 - hash = "sha256-k1QkYzzumBTi7I0bFhFiBbUDBJLKNhVX9Su03imBPOw="; 21 + hash = "sha256-ER2qaHIW6lmHHZjCIg1PZo1Hpra8vQWTfOk+KTO9GrU="; 22 22 }; 23 23 24 24 postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''