gnu: perl-www-mechanize: Update to 1.88.

* gnu/packages/web.scm (perl-www-mechanize): Update to 1.88.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-24 21:50:18 +01:00
parent 929e2d9f98
commit eb762cc70c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3662,7 +3662,7 @@ library.")
(define-public perl-www-mechanize
(package
(name "perl-www-mechanize")
(version "1.87")
(version "1.88")
(source
(origin
(method url-fetch)
@ -3670,7 +3670,7 @@ library.")
"WWW-Mechanize-" version ".tar.gz"))
(sha256
(base32
"1kxrydhl7nxlyjv0xvyiyj4igdv4fwnggv0ihlp79bysbjjl54w1"))))
"0yd8a1zsfpbv5wr79x3iqmik9gvcd10iam9dfrdan4dri9vpxn9n"))))
(build-system perl-build-system)
(native-inputs ;only for tests
`(("perl-cgi" ,perl-cgi)