Skip to content

Commit

Permalink
python310Packages.rapidfuzz: 2.13.3 -> 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Dec 10, 2022
1 parent 2309d5a commit d38dc84
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 = "2.13.3";
version = "2.13.4";

disabled = pythonOlder "3.7";

Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "maxbachmann";
repo = "RapidFuzz";
rev = "refs/tags/v${version}";
hash = "sha256-hx8DNFxzD41tvxcKaSqqKkxJMlcrxAaihulUdkzyOt0=";
hash = "sha256-ztGeWQTEilKzL93fruBpMvQY1W6OiMGvWUK/bgMhYd8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d38dc84

Please sign in to comment.