python3Packages.fpylll: 0.5.6 -> 0.5.7

This commit is contained in:
Mauricio Collares 2022-05-27 14:59:52 -07:00
parent cf22e7bdd0
commit 643be073a3

View file

@ -1,5 +1,6 @@
{ lib { lib
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, buildPythonPackage , buildPythonPackage
, pkgconfig , pkgconfig
, gmp , gmp
@ -14,15 +15,23 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "fpylll"; pname = "fpylll";
version = "0.5.6"; version = "0.5.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fplll"; owner = "fplll";
repo = "fpylll"; repo = "fpylll";
rev = version; rev = version;
sha256 = "sha256-Bxcc0941+pl2Uzam48qe+PFlcBWsJ0rDYZxrxIYQpEA="; sha256 = "sha256-iUPreJ8BSB8LDisbJis0xn8ld6+Nf9Z4AP8SWJlCfZg=";
}; };
patches = [
(fetchpatch {
name = "remove-strategies-doctest.patch";
url = "https://github.com/fplll/fpylll/commit/3edffcd189e9d827a322d83b0f84d32e5f067442.patch";
sha256 = "sha256-U7qOIbVzUNwYmjOPryjnE3J+MX/vMwm3T0UyOZ5ylLc=";
})
];
buildInputs = [ buildInputs = [
gmp gmp
pari pari