python312Packages.stringzilla: 3.11.1 -> 3.11.3

This commit is contained in:
R. Ryantm
2025-01-08 05:55:19 +00:00
parent 143b04fe3c
commit 8a071f043d
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stringzilla";
version = "3.11.1";
version = "3.11.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ashvardanian";
repo = "stringzilla";
tag = "v${version}";
hash = "sha256-8HcX0P/PCaJAV333oSYZJ6xVKwYet/CF8vnEe9/dMo4=";
hash = "sha256-2qmcjRNjCyErzwto2DqdDU9NX4+hqeibhDM85c81TgU=";
};
build-system = [