fplll: 5.2.0 -> 5.2.1, pythonPackages.fpylll: 0.3.0dev -> 0.4.0dev (#40995)

This commit is contained in:
Timo Kaufmann
2018-05-24 16:36:18 +02:00
committed by Robert Schütz
parent c0e0c7046d
commit c8987a72e4
2 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
{ lib
, fetchPypi
, fetchFromGitHub
, buildPythonPackage
, pkgconfig
, gmp
@@ -14,11 +14,13 @@
buildPythonPackage rec {
pname = "fpylll";
version = "0.3.0dev";
version = "0.4.1dev";
src = fetchPypi {
inherit pname version;
sha256 = "0bjkh02fnxsrxwjzai8ij12zl2wq319z8y25sn9pvvzla5izgnp9";
src = fetchFromGitHub {
owner = "fplll";
repo = "fpylll";
rev = version;
sha256 = "01x2sqdv0sbjj4g4waj0hj4rcn4bq7h17442xaqwbznym9azmn9w";
};
buildInputs = [