taskflow: 3.11.0 -> 4.0.0 (#484624)

This commit is contained in:
Fabián Heredia Montiel
2026-02-03 15:39:31 +00:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "taskflow";
version = "3.11.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "taskflow";
repo = "taskflow";
tag = "v${finalAttrs.version}";
hash = "sha256-GIP/69JlygdmryRA4uiyXM3FZZ0wkvP3DceYGkn4+QY=";
hash = "sha256-cWnKA6tCsKRfkleBJ38NRP2ciJu4sHtyTS8y5bBTfcA=";
};
patches = [
@@ -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 = ''