gnu: perl-xml-xpath: Update to 1.48.

* gnu/packages/xml.scm (perl-xml-xpath): Update to 1.48.
[native-inputs]: Add perl-test-leaktrace.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Bruno Victal 2023-08-24 17:08:57 +01:00 committed by Ludovic Courtès
parent f246666d32
commit 67039cda75
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -1040,14 +1040,14 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom")
(define-public perl-xml-xpath (define-public perl-xml-xpath
(package (package
(name "perl-xml-xpath") (name "perl-xml-xpath")
(version "1.44") (version "1.48")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/MA/MANWAR/" (uri (string-append "mirror://cpan/authors/id/M/MA/MANWAR/"
"XML-XPath-" version ".tar.gz")) "XML-XPath-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"03yxj7w5a43ibbpiqsvb3lswj2b71dydsx4rs2fw0p8n0l3i3j8w")))) "1kch6w4zk7rzfimbwakz8qyhjhrvnp97158af0p5p7i3dgimpivv"))))
(build-system perl-build-system) (build-system perl-build-system)
(arguments (arguments
(list (list
@ -1069,7 +1069,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom")
(unsetenv "PERL5LIB") (unsetenv "PERL5LIB")
(invoke/quiet (string-append #$output "/bin/xpath")))))))) (invoke/quiet (string-append #$output "/bin/xpath"))))))))
(native-inputs (native-inputs
(list perl-path-tiny)) (list perl-path-tiny perl-test-leaktrace))
(propagated-inputs (propagated-inputs
(list perl-xml-parser)) (list perl-xml-parser))
(home-page "https://metacpan.org/release/XML-XPath") (home-page "https://metacpan.org/release/XML-XPath")