Skip to content

Commit

Permalink
Merge pull request #309664 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.rapidfuzz

python311Packages.rapidfuzz: 3.8.1 -> 3.9.1
  • Loading branch information
dotlambda authored May 21, 2024
2 parents 3d7cb74 + 9836ec4 commit cf87bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rapidfuzz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "rapidfuzz";
version = "3.8.1";
version = "3.9.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
rev = "refs/tags/v${version}";
hash = "sha256-ljuqezL/Iu4VQelPi7KApBknDrWzikX7FD5iw5NcOL4=";
hash = "sha256-HwTVaPFVktdt1/MfNYajRqVr9uSg6oc++yVvY0WC9AQ=";
};

postPatch = ''
Expand Down

0 comments on commit cf87bb2

Please sign in to comment.