summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-02 01:08:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-02 14:13:09 +0200
commit895d04617d24fbcb9b449217ddee1671b8f6a675 (patch)
tree284026a4f294870b0c5719dba2da82edbb5023d3 /gnu
parentc4a9ef6ccd0ba73833a1c91f4eb0dc419f161e60 (diff)
downloadguix-895d04617d24fbcb9b449217ddee1671b8f6a675.tar.gz
gnu: perl-test-www-mechanize-psgi: Update to 0.38.
* gnu/packages/web.scm (perl-test-www-mechanize-psgi): Update to 0.38.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index da63cecfda..d5d7123390 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3471,7 +3471,7 @@ testing of Catalyst applications without needing to start up a web server.")
 (define-public perl-test-www-mechanize-psgi
   (package
     (name "perl-test-www-mechanize-psgi")
-    (version "0.37")
+    (version "0.38")
     (source
      (origin
        (method url-fetch)
@@ -3479,7 +3479,7 @@ testing of Catalyst applications without needing to start up a web server.")
                            "Test-WWW-Mechanize-PSGI-" version ".tar.gz"))
        (sha256
         (base32
-         "0c9a9w0d2whadnrich7f09w37fgq5hws4gq04zgz4jsdjcvr3qv2"))))
+         "0fsh2i05kf1kfavv2r9kmnjl7qlyqrd11ikc0qcqzzxsqzzjkg9r"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-pod" ,perl-test-pod)))