summary refs log tree commit diff
path: root/pkgs/applications/science/math/ecm
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-03-07 18:28:26 +0100
committerTimo Kaufmann <timokau@zoho.com>2018-03-07 18:28:26 +0100
commit77d1fdb2c1c31be7ee257e5766a46d80cd8e8d9c (patch)
tree85a8872f0c1e11c22f074317a1298d6057029bd1 /pkgs/applications/science/math/ecm
parenteab479a5f0e46ad461ebda9953477be8f1e5e2bb (diff)
ecm: 6.4.4 -> 7.0.4
Diffstat (limited to 'pkgs/applications/science/math/ecm')
-rw-r--r--pkgs/applications/science/math/ecm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/ecm/default.nix b/pkgs/applications/science/math/ecm/default.nix
index 44dc7af98c1af..7b768f7077e70 100644
--- a/pkgs/applications/science/math/ecm/default.nix
+++ b/pkgs/applications/science/math/ecm/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "ecm";
-  version = "6.4.4";
+  version = "7.0.4";
   name = "${pname}-${version}";
 in
 
@@ -10,8 +10,8 @@ stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
-    url = http://gforge.inria.fr/frs/download.php/file/32159/ecm-6.4.4.tar.gz;
-    sha256 = "0v5h2nicz9yx78c2d72plbhi30iq4nxbvphja1s9501db4aah4y8";
+    url = "http://gforge.inria.fr/frs/download.php/file/36224/ecm-${version}.tar.gz";
+    sha256 = "0hxs24c2m3mh0nq1zz63z3sb7dhy1rilg2s1igwwcb26x3pb7xqc";
   };
 
   # See https://trac.sagemath.org/ticket/19233