gnu: perl-www-mechanize: Update to 1.91.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 15:50:16 +0000 (16:50 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 19:38:28 +0000 (20:38 +0100)
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.91.

gnu/packages/web.scm

index 357b04f..c233ef7 100644 (file)
@@ -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)