gnu: giac: Update to 1.5.0-87.

* gnu/packages/algebra.scm (giac): Update to 1.5.0-87.
This commit is contained in:
Nicolas Goaziou 2020-03-01 10:47:39 +01:00
parent bc490e070a
commit a733253b5c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2013, 2015, 2017, 2018 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013, 2015, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2014, 2018 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2014, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
@ -345,19 +345,19 @@ (define-public cmh
(define-public giac (define-public giac
(package (package
(name "giac") (name "giac")
(version "1.5.0-85") (version "1.5.0-87")
(source (origin (source
(method url-fetch) (origin
;; "~parisse/giac" is not used because the maintainer regularly (method url-fetch)
;; overwrites the release tarball there, introducing a checksum ;; "~parisse/giac" is not used because the maintainer regularly
;; mismatch every time. See ;; overwrites the release tarball there, introducing a checksum
;; <https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/README> ;; mismatch every time. See
(uri (string-append "https://www-fourier.ujf-grenoble.fr/" ;; <https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/README>
"~parisse/debian/dists/stable/main/" (uri (string-append "https://www-fourier.ujf-grenoble.fr/"
"source/giac_" version ".tar.gz")) "~parisse/debian/dists/stable/main/source/"
(sha256 "giac_" version ".tar.gz"))
(base32 (sha256
"03icgrfhb1xiy95cqmfgmcb1lw3775mr2ybnzandmyn44iycs6rh")))) (base32 "1d0h1yb7qvh9x7wwv9yrzmcp712f49w1iljkxp4y6g9pzsmg1mmv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((ice-9 ftw) `(#:modules ((ice-9 ftw)