We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ee8d70 + 3b9a51a commit 2407532Copy full SHA for 2407532
pkgs/development/python-modules/stringzilla/default.nix
@@ -13,20 +13,20 @@
13
14
buildPythonPackage rec {
15
pname = "stringzilla";
16
- version = "3.10.5";
+ version = "3.10.7";
17
pyproject = true;
18
19
src = fetchFromGitHub {
20
owner = "ashvardanian";
21
repo = "stringzilla";
22
rev = "refs/tags/v${version}";
23
- hash = "sha256-E7w6s813OGCld/GRTHMbjVAReTGb37HlB687gP9N9FA=";
+ hash = "sha256-36W7/PL8nRty8cHuMoTr73tQ4uvtjkwP9lyzNLCuhv0=";
24
};
25
26
cargoDeps = rustPlatform.fetchCargoTarball {
27
inherit src;
28
name = "${pname}-${version}";
29
- hash = "sha256-36LN9AoAWA//pldmQZtKMrck4EoGUW9G2vzdsRw08SA=";
+ hash = "sha256-qa03Jd0MMtDwkp2E81MacRMbzD/O7E29BT0tc2OjLiY=";
30
31
32
build-system = [
0 commit comments