gnu: perl-test-www-mechanize-psgi: Update to 0.37.

gnu/packages/web.scm (perl-test-www-mechanize-psgi): Update to 0.37.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-29 01:28:32 +02:00
parent 303c68588a
commit be03120d78
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3399,7 +3399,7 @@ testing of Catalyst applications without needing to start up a web server.")
(define-public perl-test-www-mechanize-psgi (define-public perl-test-www-mechanize-psgi
(package (package
(name "perl-test-www-mechanize-psgi") (name "perl-test-www-mechanize-psgi")
(version "0.35") (version "0.37")
(source (source
(origin (origin
(method url-fetch) (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")) "Test-WWW-Mechanize-PSGI-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1hih8s49zf38bisvhnhzrrj0zwyiivkrbs7nmmdqm1qqy27wv7pc")))) "0c9a9w0d2whadnrich7f09w37fgq5hws4gq04zgz4jsdjcvr3qv2"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-pod" ,perl-test-pod))) `(("perl-test-pod" ,perl-test-pod)))