python312Packages.stringzilla: 3.10.5 -> 3.10.7 (#353244)

authored by

Theodore Ni and committed by
GitHub
2407532f 9ee8d709

+3 -3
+3 -3
pkgs/development/python-modules/stringzilla/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "stringzilla"; 16 - version = "3.10.5"; 16 + version = "3.10.7"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "ashvardanian"; 21 21 repo = "stringzilla"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-E7w6s813OGCld/GRTHMbjVAReTGb37HlB687gP9N9FA="; 23 + hash = "sha256-36W7/PL8nRty8cHuMoTr73tQ4uvtjkwP9lyzNLCuhv0="; 24 24 }; 25 25 26 26 cargoDeps = rustPlatform.fetchCargoTarball { 27 27 inherit src; 28 28 name = "${pname}-${version}"; 29 - hash = "sha256-36LN9AoAWA//pldmQZtKMrck4EoGUW9G2vzdsRw08SA="; 29 + hash = "sha256-qa03Jd0MMtDwkp2E81MacRMbzD/O7E29BT0tc2OjLiY="; 30 30 }; 31 31 32 32 build-system = [