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
1 changed files with 2 additions and 3 deletions

View File

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