mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: xlsxio: Update to 0.2.29.
* gnu/packages/xml.scm (xlsxio): Update to 0.2.29.
This commit is contained in:
parent
4e1380791a
commit
38e5bc92e9
1 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
|||
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||
;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
|
||||
;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
|
||||
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1432,7 +1433,7 @@ (define-public xerces-c
|
|||
(define-public xlsxio
|
||||
(package
|
||||
(name "xlsxio")
|
||||
(version "0.2.26")
|
||||
(version "0.2.29")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1441,7 +1442,7 @@ (define-public xlsxio
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0j8jral3yc2aib2ykp527lyb62a1d9p7qmfbszy7iy3s65pkma9b"))))
|
||||
(base32 "0jr6ggzhd8aakdvppcl8scy9j9jafg82zbzr4ih996sz8lrj90fn"))))
|
||||
(native-inputs
|
||||
`(("expat" ,expat)
|
||||
("make" ,gnu-make)
|
||||
|
|
Loading…
Reference in a new issue