Merge pull request #39779 from r-ryantm/auto-update/eclib

eclib: 20171002 -> 20171219
This commit is contained in:
Michael Raskin 2018-05-01 13:06:46 +00:00 committed by GitHub
commit f06e735448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@ assert withFlint -> flint != null;
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "eclib";
version = "20171002";
version = "20171219";
src = fetchFromGitHub {
owner = "JohnCremona";
repo = "${pname}";
rev = "v${version}";
sha256 = "092an90405q9da0k0z5jfp5rng9jl0mqbvsbv4fx6jc9ykfcahsj";
sha256 = "1yw488ng0labpxqqpxq0710qnndxl8plvcaqklpbwwd62a47knlr";
};
buildInputs = [
pari