python3Packages.stringzilla: 4.2.2 -> 4.2.3

This commit is contained in:
R. Ryantm
2025-10-31 16:46:09 +00:00
parent 62978ff367
commit cb1aa5dae7
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stringzilla";
version = "4.2.2";
version = "4.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ashvardanian";
repo = "stringzilla";
tag = "v${version}";
hash = "sha256-J1k8gYPStnnXHFvbHG6nHuQMQy1+XSiS5ERk/reL/Z4=";
hash = "sha256-QxdiGqVz/3dNHlkilbf/CZ/QB2iPEBYS4hkrQusad2c=";
};
build-system = [