mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: giac: Update to 1.6.0-47.
* gnu/packages/algebra.scm (giac): Update to 1.6.0-47.
This commit is contained in:
parent
7f29d77806
commit
9a062ce9b5
1 changed files with 2 additions and 2 deletions
|
@ -354,7 +354,7 @@ (define-public cmh
|
|||
(define-public giac
|
||||
(package
|
||||
(name "giac")
|
||||
(version "1.6.0-41")
|
||||
(version "1.6.0-47")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -366,7 +366,7 @@ (define-public giac
|
|||
"~parisse/debian/dists/stable/main/source/"
|
||||
"giac_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1z5b3jm6ffxk3yvdqzwn9icbna68brkrz5kspgacq823d03jfklc"))))
|
||||
(base32 "15sgsr8l6njp5spagbqclqkdy3x7ra23wi6wvpc8vzlbivy3v43k"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((ice-9 ftw)
|
||||
|
|
Loading…
Reference in a new issue