diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-07-08 18:42:38 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-07-08 18:42:38 +0200 |
commit | 41c32695e5b8fb93ccb065ce896ddbf864babe7b (patch) | |
tree | e057176617364325d31ec4676910e56a6913dd94 /gnu | |
parent | d12798539c82ce7b8daa5e4ae2497320deb1863e (diff) | |
download | guix-41c32695e5b8fb93ccb065ce896ddbf864babe7b.tar.gz |
gnu: giac: Update to 1.6.0-7.
* gnu/packages/algebra.scm (giac): Update to 1.6.0-7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/algebra.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 90af1453eb..4fef6d2405 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -351,7 +351,7 @@ precision.") (define-public giac (package (name "giac") - (version "1.5.0-87") + (version "1.6.0-7") (source (origin (method url-fetch) @@ -363,7 +363,7 @@ precision.") "~parisse/debian/dists/stable/main/source/" "giac_" version ".tar.gz")) (sha256 - (base32 "1d0h1yb7qvh9x7wwv9yrzmcp712f49w1iljkxp4y6g9pzsmg1mmv")))) + (base32 "1pvgp137zcl0rbhdn1j41xxfml7fp771a7x4ph8qrhhlx0hxzn3p")))) (build-system gnu-build-system) (arguments `(#:modules ((ice-9 ftw) @@ -403,7 +403,7 @@ precision.") (delete-file (string-append out "/bin/xcasnew")) #t)))))) (inputs - ;;; TODO: Add libnauty. +;;; TODO: Add libnauty. `(("fltk" ,fltk) ("glpk" ,glpk) ("gmp" ,gmp) |