diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 01:28:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 17:32:38 +0100 |
commit | be03120d780662e01943a3f62136485693aaa30d (patch) | |
tree | a84e988c01a38844ffee5b177e8d610d6b436ac4 /gnu/packages/web.scm | |
parent | 303c68588a5cf50a10ebbfbc8a1b24e5faa5db44 (diff) | |
download | patches-be03120d780662e01943a3f62136485693aaa30d.tar patches-be03120d780662e01943a3f62136485693aaa30d.tar.gz |
gnu: perl-test-www-mechanize-psgi: Update to 0.37.
gnu/packages/web.scm (perl-test-www-mechanize-psgi): Update to 0.37.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 6218a1af12..3a62a14735 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3399,7 +3399,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.35") + (version "0.37") (source (origin (method url-fetch) @@ -3407,7 +3407,7 @@ testing of Catalyst applications without needing to start up a web server.") "Test-WWW-Mechanize-PSGI-" version ".tar.gz")) (sha256 (base32 - "1hih8s49zf38bisvhnhzrrj0zwyiivkrbs7nmmdqm1qqy27wv7pc")))) + "0c9a9w0d2whadnrich7f09w37fgq5hws4gq04zgz4jsdjcvr3qv2")))) (build-system perl-build-system) (native-inputs `(("perl-test-pod" ,perl-test-pod))) |