guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/15: gnu: perl-http-message: Update to 6.37.


From: guix-commits
Subject: 08/15: gnu: perl-http-message: Update to 6.37.
Date: Sun, 20 Nov 2022 11:21:12 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit f97feb8f131384c8d9a4e25263314692ab53e300
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 20 03:20:54 2022 +0200

    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.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d2c406915c..67715e64f1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3534,7 +3534,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
@@ -3542,10 +3542,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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]