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

* gnu/packages/web.scm (perl-www-mechanize): Update to 1.91.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-23 16:50:16 +01:00
parent 98db1c9bda
commit 1c769c9724
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3763,15 +3763,14 @@ (define-public perl-www-curl
(define-public perl-www-mechanize
(package
(name "perl-www-mechanize")
(version "1.89")
(version "1.91")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/"
"WWW-Mechanize-" version ".tar.gz"))
(sha256
(base32
"1mxx362vqiniw8vi6k3j7v9b1s7012irhfcblcz1p6jz9cjqi7mh"))))
(base32 "0cb14m1vhaf0mgn2fqwi5hm72xhfi77hpq2g57swgy0w83x7m27b"))))
(build-system perl-build-system)
(native-inputs ;only for tests
`(("perl-cgi" ,perl-cgi)