Skip to content

Commit

Permalink
python312Packages.stringzilla: 3.10.5 -> 3.10.7 (#353244)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored Nov 3, 2024
2 parents 9ee8d70 + 3b9a51a commit 2407532
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/stringzilla/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@

buildPythonPackage rec {
pname = "stringzilla";
version = "3.10.5";
version = "3.10.7";
pyproject = true;

src = fetchFromGitHub {
owner = "ashvardanian";
repo = "stringzilla";
rev = "refs/tags/v${version}";
hash = "sha256-E7w6s813OGCld/GRTHMbjVAReTGb37HlB687gP9N9FA=";
hash = "sha256-36W7/PL8nRty8cHuMoTr73tQ4uvtjkwP9lyzNLCuhv0=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-36LN9AoAWA//pldmQZtKMrck4EoGUW9G2vzdsRw08SA=";
hash = "sha256-qa03Jd0MMtDwkp2E81MacRMbzD/O7E29BT0tc2OjLiY=";
};

build-system = [
Expand Down

0 comments on commit 2407532

Please sign in to comment.