Unverified Commit cf87bb22 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

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

python311Packages.rapidfuzz: 3.8.1 -> 3.9.1
parents 3d7cb74a 9836ec42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

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

  disabled = pythonOlder "3.8";
@@ -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 = ''