Commit 8060119a authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.rapidfuzz: support Taskflow 4.0.0

parent 0c18b421
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@ buildPythonPackage rec {
      url = "https://github.com/rapidfuzz/RapidFuzz/commit/0ef2a4980c41b852283e6db7a747a1632307c75e.patch";
      hash = "sha256-xb+J3PXwD51lZqIJcTzPJWrT/oqrIXxh1cLp91DhIPg=";
    })
    # https://github.com/rapidfuzz/RapidFuzz/pull/470
    (fetchpatch {
      name = "support-taskflow-4.0.0.patch";
      url = "https://github.com/rapidfuzz/RapidFuzz/commit/4b794e6168d98fff4c518a64c4d809238b17d8fe.patch";
      hash = "sha256-F4gwV4ewcHfR7ptcEVAvbiNFIvXqFCIM/Qk8giv4jAc=";
    })
  ];

  postPatch = ''