gnu: giac: Update to 1.6.0-7.

* gnu/packages/algebra.scm (giac): Update to 1.6.0-7.
This commit is contained in:
Nicolas Goaziou 2020-07-08 18:42:38 +02:00
parent d12798539c
commit 41c32695e5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -351,7 +351,7 @@ (define-public cmh
(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 @@ (define-public giac
"~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 @@ (define-public giac
(delete-file (string-append out "/bin/xcasnew"))
#t))))))
(inputs
;;; TODO: Add libnauty.
;;; TODO: Add libnauty.
`(("fltk" ,fltk)
("glpk" ,glpk)
("gmp" ,gmp)