Archived
1
0
Fork 0

gnu: perl-http-message: Update to 6.37.

* gnu/packages/web.scm (perl-http-message): Update to 6.37.
[native-inputs]: Add PERL-TEST-NEEDS.
This commit is contained in:
Marius Bakke 2022-09-20 03:20:54 +02:00 committed by Maxim Cournoyer
parent b0d378256e
commit cc93e5f424
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3607,7 +3607,7 @@ processing of request data as it arrives.")
(define-public perl-http-message (define-public perl-http-message
(package (package
(name "perl-http-message") (name "perl-http-message")
(version "6.18") (version "6.37")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3615,10 +3615,10 @@ processing of request data as it arrives.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"04lih0fn89jpyk74c4aq1rzq18h8v4zd3x0lik2r9dl8sdqd2q6h")))) "00nq0xnpdba4valzgvzy3fgvck1ijrksdyzb4w9q6j72hl5dln8f"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
(list perl-try-tiny)) (list perl-test-needs perl-try-tiny))
(propagated-inputs (propagated-inputs
(list perl-encode-locale perl-http-date perl-io-html (list perl-encode-locale perl-http-date perl-io-html
perl-lwp-mediatypes perl-uri)) perl-lwp-mediatypes perl-uri))