me
/
guix
Archived
1
0
Fork 0

gnu: perl-test-www-mechanize: Update to 1.48.

gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.48.
master
Tobias Geerinckx-Rice 2017-10-29 01:28:00 +02:00
parent c2d1b935e0
commit 303c68588a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3331,7 +3331,7 @@ either mocked HTTP or a locally spawned server.")
(define-public perl-test-www-mechanize
(package
(name "perl-test-www-mechanize")
(version "1.44")
(version "1.48")
(source
(origin
(method url-fetch)
@ -3339,7 +3339,7 @@ either mocked HTTP or a locally spawned server.")
"Test-WWW-Mechanize-" version ".tar.gz"))
(sha256
(base32
"062pj242vsc73bw11jqpap92ax9wzc9f2m4xhyp1wzrwkfchpl2q"))))
"1d11fx9155d5v17d5w7q3kj37b01l8yj2yb0g6b0z1vh938rrlcr"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)))