Archived
1
0
Fork 0

gnu: libxls: Update to 1.5.2.

* gnu/packages/statistics.scm (libxls): Update to 1.5.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-03 01:01:43 +01:00
parent 77100119fb
commit decade55eb
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -8,7 +8,7 @@
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2016, 2017 Raoul Bonnal <ilpuccio.febo@gmail.com> ;;; Copyright © 2016, 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com> ;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Alex Kost <alezost@gmail.com> ;;; Copyright © 2017 Alex Kost <alezost@gmail.com>
;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com> ;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
;;; ;;;
@ -159,14 +159,14 @@ simulation not wholly unlike BUGS. JAGS was written with three aims in mind:
(define-public libxls (define-public libxls
(package (package
(name "libxls") (name "libxls")
(version "1.5.1") (version "1.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/libxls/libxls/releases/download/" (uri (string-append "https://github.com/libxls/libxls/releases/download/"
"v" version "/libxls-" version ".tar.gz")) "v" version "/libxls-" version ".tar.gz"))
(sha256 (sha256
(base32 "0dam8qgbc5ykzaxmrjhpmfm8lnlcdk6cbpzyaya91qwwa80qbj1v")))) (base32 "1akadsyl10rp101ccjmrxr7933c3v641k377bn74jv6cdkcm4zld"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://github.com/libxls/libxls") (home-page "https://github.com/libxls/libxls")
(synopsis "Read binary (.xls) Excel spreadsheet files") (synopsis "Read binary (.xls) Excel spreadsheet files")