mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: giac: Update to 1.6.0-7.
* gnu/packages/algebra.scm (giac): Update to 1.6.0-7.
This commit is contained in:
parent
d12798539c
commit
41c32695e5
1 changed files with 3 additions and 3 deletions
|
@ -351,7 +351,7 @@ (define-public cmh
|
||||||
(define-public giac
|
(define-public giac
|
||||||
(package
|
(package
|
||||||
(name "giac")
|
(name "giac")
|
||||||
(version "1.5.0-87")
|
(version "1.6.0-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -363,7 +363,7 @@ (define-public giac
|
||||||
"~parisse/debian/dists/stable/main/source/"
|
"~parisse/debian/dists/stable/main/source/"
|
||||||
"giac_" version ".tar.gz"))
|
"giac_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1d0h1yb7qvh9x7wwv9yrzmcp712f49w1iljkxp4y6g9pzsmg1mmv"))))
|
(base32 "1pvgp137zcl0rbhdn1j41xxfml7fp771a7x4ph8qrhhlx0hxzn3p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((ice-9 ftw)
|
`(#:modules ((ice-9 ftw)
|
||||||
|
@ -403,7 +403,7 @@ (define-public giac
|
||||||
(delete-file (string-append out "/bin/xcasnew"))
|
(delete-file (string-append out "/bin/xcasnew"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
;;; TODO: Add libnauty.
|
;;; TODO: Add libnauty.
|
||||||
`(("fltk" ,fltk)
|
`(("fltk" ,fltk)
|
||||||
("glpk" ,glpk)
|
("glpk" ,glpk)
|
||||||
("gmp" ,gmp)
|
("gmp" ,gmp)
|
||||||
|
|
Loading…
Reference in a new issue