gnu: xmlto: Update to 0.0.28.
* gnu/packages/xml.scm (xmlto): Update to 0.0.28.
This commit is contained in:
parent
f673552c13
commit
877a6466a6
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
||||||
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
||||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||||
|
;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -432,7 +433,7 @@ (define-public pugixml
|
||||||
(define-public xmlto
|
(define-public xmlto
|
||||||
(package
|
(package
|
||||||
(name "xmlto")
|
(name "xmlto")
|
||||||
(version "0.0.25")
|
(version "0.0.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -441,7 +442,7 @@ (define-public xmlto
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dp5nxq491gymq806za0dk4hngfmq65ysrqbn0ypajqbbl6vf71n"))))
|
"0xhj8b2pwp4vhl9y16v3dpxpsakkflfamr191mprzsspg4xdyc0i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Make sure the reference to util-linux's 'getopt' is kept in 'xmlto'.
|
;; Make sure the reference to util-linux's 'getopt' is kept in 'xmlto'.
|
||||||
|
|
Loading…
Reference in a new issue