diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-10 01:28:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-10 02:18:04 +0200 |
commit | 9a5f35fe0597f35c4be39f7f5b0f479239051dcf (patch) | |
tree | aae312d40aa716bafa5e6d229319187b0f61193f /gnu | |
parent | 36ed9b4678ee9366b4ec40501928ccbb149c6db7 (diff) | |
download | gnu-guix-9a5f35fe0597f35c4be39f7f5b0f479239051dcf.tar gnu-guix-9a5f35fe0597f35c4be39f7f5b0f479239051dcf.tar.gz |
gnu: eclib: Update to 20190909.
* gnu/packages/algebra.scm (eclib): Update to 20190909.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index fb9e78bf92..02b4d4ca21 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1435,7 +1435,7 @@ of M4RI from F_2 to F_{2^e}.") (define-public eclib (package (name "eclib") - (version "20190226") + (version "20190909") (source (origin (method git-fetch) (uri (git-reference @@ -1444,7 +1444,7 @@ of M4RI from F_2 to F_{2^e}.") (file-name (git-file-name name version)) (sha256 (base32 - "1910np1xzyjzszay24xn4b81qhpsvhp5aix9vdpknplni2mq8kwb")))) + "1gw27lqc3f525n8qdcmr2nyn16y9g10z9f6dnmckyyxcdzvhq35n")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) |