summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage
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/applications/science/math/sage
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
downloadnixpkgs-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar
nixpkgs-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.gz
nixpkgs-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.bz2
nixpkgs-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.lz
nixpkgs-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.xz
nixpkgs-faf9a73e2f783a718071f0aa35e97323cae9a17a.tar.zst
nixpkgs-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/applications/science/math/sage')
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 57d6c852be8..9351b90680d 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -109,6 +109,13 @@ stdenv.mkDerivation rec {
     # now set the cache dir to be withing the .sage directory. This is not
     # strictly necessary, but keeps us from littering in the user's HOME.
     ./patches/sympow-cache.patch
+
+    # https://trac.sagemath.org/ticket/28472
+    (fetchpatch {
+      name = "eclib-20190909.patch";
+      url = "https://git.sagemath.org/sage.git/patch?id=d27dc479a5772d59e4bc85d805b6ffd595284f1d";
+      sha256 = "1nf1s9y7n30lhlbdnam7sghgaq9nasmv96415gl5jlcf7a3hlxk3";
+    })
   ];
 
   patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;