about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-26 05:57:05 -0700
committerTimo Kaufmann <timokau@zoho.com>2019-09-26 16:41:50 +0200
commitfaf9a73e2f783a718071f0aa35e97323cae9a17a (patch)
tree9c0ec4b1466afd28ad2aaaefa750c72b6068fb0c /pkgs/development/libraries
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
downloadnixlib-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar
nixlib-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.gz
nixlib-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.bz2
nixlib-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.lz
nixlib-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.xz
nixlib-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.zst
nixlib-faf9a73e2f783a718071f0aa35e97323cae9a17a.zip
eclib: 20190226 -> 20190909
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eclib/versions

Relevant sage upstream ticket: https://trac.sagemath.org/ticket/28472
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/eclib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/eclib/default.nix b/pkgs/development/libraries/eclib/default.nix
index 6aaefd8a2cc6..765e13fffb91 100644
--- a/pkgs/development/libraries/eclib/default.nix
+++ b/pkgs/development/libraries/eclib/default.nix
@@ -14,7 +14,7 @@ assert withFlint -> flint != null;
 
 stdenv.mkDerivation rec {
   pname = "eclib";
-  version = "20190226"; # upgrade might break the sage interface
+  version = "20190909"; # upgrade might break the sage interface
   # sage tests to run:
   # src/sage/interfaces/mwrank.py
   # src/sage/libs/eclib
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     owner = "JohnCremona";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1910np1xzyjzszay24xn4b81qhpsvhp5aix9vdpknplni2mq8kwb";
+    sha256 = "0y1vdi4120gdw56gg2dn3wh625yr9wpyk3wpbsd25w4lv83qq5da";
   };
   buildInputs = [
     pari