gnu: perl-test-www-mechanize: Update to 1.50.

* gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.50.
[propagated-inputs]: Remove now ‘unnecessary’ PERL-HTML-TREE.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-01 23:43:30 +02:00
parent a7e8e75c4b
commit c4a9ef6ccd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -3408,7 +3408,7 @@ either mocked HTTP or a locally spawned server.")
(define-public perl-test-www-mechanize
(package
(name "perl-test-www-mechanize")
(version "1.48")
(version "1.50")
(source
(origin
(method url-fetch)
@ -3416,13 +3416,12 @@ either mocked HTTP or a locally spawned server.")
"Test-WWW-Mechanize-" version ".tar.gz"))
(sha256
(base32
"1d11fx9155d5v17d5w7q3kj37b01l8yj2yb0g6b0z1vh938rrlcr"))))
"097pl87vdbxbb56vawzvs6ikrlb8nz3dx223kjjbdn3jlli3jjhg"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-carp-assert-more" ,perl-carp-assert-more)
("perl-html-form" ,perl-html-form)
("perl-html-lint" ,perl-html-lint)
("perl-html-tree" ,perl-html-tree)
("perl-http-server-simple" ,perl-http-server-simple)
("perl-libwww" ,perl-libwww)
("perl-test-longstring" ,perl-test-longstring)