Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #309664 from r-ryantm/auto-update/python311Packages.rapidfuzz

python311Packages.rapidfuzz: 3.8.1 -> 3.9.1

authored by Robert Schütz and committed by GitHub cf87bb22 3d7cb74a

+2 -2
+2 -2
pkgs/development/python-modules/rapidfuzz/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "rapidfuzz"; 21 - version = "3.8.1"; 21 + version = "3.9.1"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.8"; ··· 27 27 owner = "maxbachmann"; 28 28 repo = "RapidFuzz"; 29 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-ljuqezL/Iu4VQelPi7KApBknDrWzikX7FD5iw5NcOL4="; 30 + hash = "sha256-HwTVaPFVktdt1/MfNYajRqVr9uSg6oc++yVvY0WC9AQ="; 31 31 }; 32 32 33 33 postPatch = ''