python3Packages.rapidfuzz: support Taskflow 4.0.0
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user