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

python312Packages.rapidfuzz: 3.12.0 -> 3.12.1 (#379298)

parents 59716ba0 fc0bacdb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,10 @@ python.pkgs.buildPythonApplication rec {
      ${python.pythonOnBuildForHost.interpreter} manage.py compress
    '';

  pythonRelaxDeps = [
    "rapidfuzz"
  ];

  dependencies =
    with python.pkgs;
    [
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "rapidfuzz";
  version = "3.12.0";
  version = "3.12.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "maxbachmann";
    repo = "RapidFuzz";
    tag = "v${version}";
    hash = "sha256-BNhdN6nKAIIA2PXrpvdy35udklotoBAu2ghQFNwGvWE=";
    hash = "sha256-33NwGWulBJ7WAMAE0163OJM9kL04FuHa5P7m66PZL6s=";
  };

  postPatch = ''