me
/
guix
Archived
1
0
Fork 0

gnu: giac: Update to 1.9.0-23.

* gnu/packages/algebra.scm (giac): Update to 1.9.0-23.
master
Nicolas Goaziou 2022-10-23 15:50:46 +02:00
parent 3380f52e6f
commit b741f30572
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -327,7 +327,7 @@ precision.")
(define-public giac
(package
(name "giac")
(version "1.9.0-21")
(version "1.9.0-23")
(source
(origin
(method url-fetch)
@ -339,7 +339,7 @@ precision.")
"~parisse/debian/dists/stable/main/source/"
"giac_" version ".tar.gz"))
(sha256
(base32 "1zh7bf0ag4vbyyj5n8lbvy2ivp0kshms40ra5lq1ff035rpx230j"))
(base32 "07ksa9bcn7gl68v6z3pyhdnz91bj2aslaasq91bz9vbsjy83r3mr"))
(patches
;; Patch borrowed from Sage math team. Giac 1.9.0-21 does not build
;; since Pari-GP 2.15 upgrade. Reported upstream here: