summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 16:50:16 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 20:38:28 +0100
commit1c769c97242d7bfca52733430aa1a8b951c1c885 (patch)
treef54648f16135efebd88f1ea9a642a34ecf34cb05 /gnu
parent98db1c9bda44172f9ea8b6263b36795b0391b750 (diff)
downloadguix-patches-1c769c97242d7bfca52733430aa1a8b951c1c885.tar
guix-patches-1c769c97242d7bfca52733430aa1a8b951c1c885.tar.gz
gnu: perl-www-mechanize: Update to 1.91.
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.91.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 357b04f922..c233ef7457 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3763,15 +3763,14 @@ library.")
(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)