Skip to content

Commit 2407532

Browse files
authored
python312Packages.stringzilla: 3.10.5 -> 3.10.7 (NixOS#353244)
2 parents 9ee8d70 + 3b9a51a commit 2407532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/stringzilla/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313

1414
buildPythonPackage rec {
1515
pname = "stringzilla";
16-
version = "3.10.5";
16+
version = "3.10.7";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "ashvardanian";
2121
repo = "stringzilla";
2222
rev = "refs/tags/v${version}";
23-
hash = "sha256-E7w6s813OGCld/GRTHMbjVAReTGb37HlB687gP9N9FA=";
23+
hash = "sha256-36W7/PL8nRty8cHuMoTr73tQ4uvtjkwP9lyzNLCuhv0=";
2424
};
2525

2626
cargoDeps = rustPlatform.fetchCargoTarball {
2727
inherit src;
2828
name = "${pname}-${version}";
29-
hash = "sha256-36LN9AoAWA//pldmQZtKMrck4EoGUW9G2vzdsRw08SA=";
29+
hash = "sha256-qa03Jd0MMtDwkp2E81MacRMbzD/O7E29BT0tc2OjLiY=";
3030
};
3131

3232
build-system = [

0 commit comments

Comments
 (0)