python312Packages.fpylll: remove obsolete patches

This commit is contained in:
Mauricio Collares
2025-02-08 15:50:11 +01:00
parent 21382d8a87
commit e686fefbe0
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
buildPythonPackage,
fetchpatch,
# build-system
cysignals,
@@ -35,17 +34,6 @@ buildPythonPackage rec {
hash = "sha256-3+DXfCUuHQG+VSzJGEPa8qP6oxC+nngMa44XyFCJAVY=";
};
patches = [
(fetchpatch {
url = "https://github.com/fplll/fpylll/commit/fc432b21fa7e4b9891f5b761b3539989eb958f2b.diff";
hash = "sha256-+UidQ5xnlmjeVeVvR4J2zDzAuXP5LUPXCh4RP4o9oGA=";
})
(fetchpatch {
url = "https://github.com/fplll/fpylll/commit/cece9c9b182dc3ac2c9121549cb427ccf4c4a9fe.diff";
hash = "sha256-epJb8gorQ7gEEylZ2yZFdM9+EZ4ys9mUUUPiJ2D0VOM=";
})
];
nativeBuildInputs = [
cython
cysignals