me
/
guix
Archived
1
0
Fork 0

gnu: xlsxio: Update to 0.2.29.

* gnu/packages/xml.scm (xlsxio): Update to 0.2.29.
master
Brett Gilio 2020-10-16 22:00:52 -05:00
parent 4e1380791a
commit 38e5bc92e9
No known key found for this signature in database
GPG Key ID: F6C52DD1BA27CB87
1 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org> ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com> ;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com> ;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -1432,7 +1433,7 @@ SAX2 APIs.")
(define-public xlsxio (define-public xlsxio
(package (package
(name "xlsxio") (name "xlsxio")
(version "0.2.26") (version "0.2.29")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1441,7 +1442,7 @@ SAX2 APIs.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0j8jral3yc2aib2ykp527lyb62a1d9p7qmfbszy7iy3s65pkma9b")))) (base32 "0jr6ggzhd8aakdvppcl8scy9j9jafg82zbzr4ih996sz8lrj90fn"))))
(native-inputs (native-inputs
`(("expat" ,expat) `(("expat" ,expat)
("make" ,gnu-make) ("make" ,gnu-make)