mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: perl-xml-parser: Update to 2.44.
* gnu/packages/xml.scm (perl-xml-parser): Update to 2.44. [homepage]: Adjust accordingly.
This commit is contained in:
parent
e378020042
commit
d495634bc5
1 changed files with 3 additions and 3 deletions
|
@ -145,7 +145,7 @@ (define-public libxslt
|
|||
(define-public perl-xml-parser
|
||||
(package
|
||||
(name "perl-xml-parser")
|
||||
(version "2.41")
|
||||
(version "2.44")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -153,7 +153,7 @@ (define-public perl-xml-parser
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sadi505g5qmxr36lgcbrcrqh3a5gcdg32b405gnr8k54b6rg0dl"))))
|
||||
"05ij0g6bfn27iaggxf8nl5rhlwx6f6p6xmdav6rjcly3x5zd1s8s"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments `(#:make-maker-flags
|
||||
(let ((expat (assoc-ref %build-inputs "expat")))
|
||||
|
@ -171,7 +171,7 @@ (define-public perl-xml-parser
|
|||
then passed on to the Expat object on each parse call. They can also be given
|
||||
as extra arguments to the parse methods, in which case they override options
|
||||
given at XML::Parser creation time.")
|
||||
(home-page "http://search.cpan.org/~toddr/XML-Parser-2.41/Parser.pm")))
|
||||
(home-page "http://search.cpan.org/dist/XML-Parser")))
|
||||
|
||||
(define-public perl-libxml
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue