summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <[email protected]>2025-01-20 12:31:07 +0100
committerAndreas Enge <[email protected]>2025-01-20 12:31:36 +0100
commit2565da3bac6b345e64096d19794bcf41a4b50e37 (patch)
tree78f0a3e79333df4b81ff3721824e1831abf57cff /gnu
parente8956056012fb6b5cb1a00be502a8ec8a414e362 (diff)
gnu: eclib: Update to 20241112.
* gnu/packages/algebra.scm (eclib): Update to 20241112. [home-page]: Update. Change-Id: I2cbb38229c1a24f25398baa582d54505789a755d
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/algebra.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 085f4de222..748a9deb5e 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -1590,7 +1590,7 @@ of M4RI from F_2 to F_{2^e}.")
(define-public eclib
(package
(name "eclib")
- (version "20220621")
+ (version "20241112")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1599,7 +1599,7 @@ of M4RI from F_2 to F_{2^e}.")
(file-name (git-file-name name version))
(sha256
(base32
- "07wbkzmn6w0hrv2vim7f0il7k59ccc66x5vnn623xkmhfw32b3nz"))))
+ "0v5981y0bv9s2sz6x2yh7mxzqsp9rrfv1jvdv12rwf64yacgmbz0"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool))
@@ -1610,8 +1610,7 @@ of M4RI from F_2 to F_{2^e}.")
elliptic curves over Q) and modular symbol code; it has been written by
John Cremona to compute his elliptic curve database.")
(license license:gpl2+)
- (home-page (string-append "http://homepages.warwick.ac.uk/staff/"
- "J.E.Cremona/mwrank/index.html"))))
+ (home-page "https://johncremona.github.io/mwrank/index.html")))
(define-public lrcalc
(package