me
/
guix
Archived
1
0
Fork 0

gnu: perl-xml-compile: Update to 1.62.

* gnu/packages/xml.scm (perl-xml-compile): Update to 1.62.
master
Tobias Geerinckx-Rice 2019-05-20 21:52:14 +02:00
parent e93352d6ea
commit 107976ac57
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -672,14 +672,14 @@ This module provide functions which simplify writing tests for
(define-public perl-xml-compile
(package
(name "perl-xml-compile")
(version "1.61")
(version "1.62")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
"XML-Compile-" version ".tar.gz"))
(sha256
(base32
"13dvsaj8simivj867rkjlf7hhvvcwlahnhk70zf8cq2xbg8wmf7x"))))
"0a75gr4qcjj8ybzljacbbkdxprbqpypz49bc0jb7cfamx1hp7p2w"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-carp" ,perl-carp)