mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: eclib: Update to 20220621.
* gnu/packages/algebra.scm (eclib): Update to 20220621. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
4f3b36e890
commit
9683a6203c
1 changed files with 3 additions and 3 deletions
|
@ -1589,16 +1589,16 @@ (define-public m4rie
|
||||||
(define-public eclib
|
(define-public eclib
|
||||||
(package
|
(package
|
||||||
(name "eclib")
|
(name "eclib")
|
||||||
(version "20190909")
|
(version "20220621")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/JohnCremona/eclib/")
|
(url "https://github.com/JohnCremona/eclib/")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gw27lqc3f525n8qdcmr2nyn16y9g10z9f6dnmckyyxcdzvhq35n"))))
|
"07wbkzmn6w0hrv2vim7f0il7k59ccc66x5vnn623xkmhfw32b3nz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool))
|
(list autoconf automake libtool))
|
||||||
|
|
Loading…
Reference in a new issue