gnu: libxls: Update to 1.5.2.
* gnu/packages/statistics.scm (libxls): Update to 1.5.2.
This commit is contained in:
parent
77100119fb
commit
decade55eb
@ -8,7 +8,7 @@
|
||||
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
|
||||
;;; Copyright © 2016, 2017 Raoul Bonnal <ilpuccio.febo@gmail.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 © 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
|
||||
(package
|
||||
(name "libxls")
|
||||
(version "1.5.1")
|
||||
(version "1.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/libxls/libxls/releases/download/"
|
||||
"v" version "/libxls-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0dam8qgbc5ykzaxmrjhpmfm8lnlcdk6cbpzyaya91qwwa80qbj1v"))))
|
||||
(base32 "1akadsyl10rp101ccjmrxr7933c3v641k377bn74jv6cdkcm4zld"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://github.com/libxls/libxls")
|
||||
(synopsis "Read binary (.xls) Excel spreadsheet files")
|
||||
|
Loading…
Reference in New Issue
Block a user