gnu: eclib: Update to 20190909.
* gnu/packages/algebra.scm (eclib): Update to 20190909.
This commit is contained in:
parent
36ed9b4678
commit
9a5f35fe05
1 changed files with 2 additions and 2 deletions
|
@ -1435,7 +1435,7 @@ (define-public m4rie
|
|||
(define-public eclib
|
||||
(package
|
||||
(name "eclib")
|
||||
(version "20190226")
|
||||
(version "20190909")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1444,7 +1444,7 @@ (define-public eclib
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1910np1xzyjzszay24xn4b81qhpsvhp5aix9vdpknplni2mq8kwb"))))
|
||||
"1gw27lqc3f525n8qdcmr2nyn16y9g10z9f6dnmckyyxcdzvhq35n"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue