Skip to content

Commit

Permalink
python313Packages.levenshtein: 0.26.0 -> 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 13, 2025
1 parent 84c7757 commit 363d071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/levenshtein/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "levenshtein";
version = "0.26.0";
version = "0.26.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "Levenshtein";
tag = "v${version}";
hash = "sha256-uLOOAmJ8Y0z+tuIIOSnI8qZoZ+IA2+tNBX1lDCvc8+A=";
hash = "sha256-bK7zK/SSwYUIdBhfUN9fZ/uIVALjkozPEKPOia0Yoic=";
fetchSubmodules = true; # # for vendored `rapidfuzz-cpp`
};

Expand Down

0 comments on commit 363d071

Please sign in to comment.