guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: perl-http-daemon: Update to 6.14.


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

mbakke pushed a commit to branch staging
in repository guix.

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

    gnu: perl-http-daemon: Update to 6.14.
    
    * gnu/packages/web.scm (perl-http-daemon): Update to 6.14.
    [native-inputs]: Add PERL-MODULE-BUILD and PERL-TEST-NEEDS.
---
 gnu/packages/web.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 67715e64f1..4d14c235ab 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3462,16 +3462,18 @@ object knows about.")
 (define-public perl-http-daemon
   (package
     (name "perl-http-daemon")
-    (version "6.01")
+    (version "6.14")
     (source (origin
              (method url-fetch)
              (uri (string-append
-                   "mirror://cpan/authors/id/G/GA/GAAS/HTTP-Daemon-"
+                   "mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Daemon-"
                    version ".tar.gz"))
              (sha256
               (base32
-               "1hmd2isrkilf0q0nkxms1q64kikjmcw9imbvrjgky6kh89vqdza3"))))
+               "079fkcq2vdrzdf0bml52kz73n9gdv1xg0qf72c9v505v7izpwxph"))))
     (build-system perl-build-system)
+    (native-inputs
+     (list perl-module-build perl-test-needs))
     (propagated-inputs
      (list perl-http-message perl-lwp-mediatypes))
     (license license:perl-license)



reply via email to

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