me
/
guix
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.
master
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
1 changed files with 3 additions and 3 deletions

View File

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