guix-patches
[Top][All Lists]
Advanced

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

[bug#55656] [PATCH] gnu: perl-http-daemon: Update to 6.14.


From: Attila Lendvai
Subject: [bug#55656] [PATCH] gnu: perl-http-daemon: Update to 6.14.
Date: Thu, 26 May 2022 15:03:32 +0200

---
 gnu/packages/web.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ffcb709e82..0186ac06e5 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3462,18 +3462,19 @@ (define-public perl-http-cookies
 (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)
     (propagated-inputs
-     (list perl-http-message perl-lwp-mediatypes))
+     (list perl-http-message perl-lwp-mediatypes perl-module-build-tiny
+           perl-test-needs))
     (license license:perl-license)
     (synopsis "Perl simple http server class")
     (description
-- 
2.35.1






reply via email to

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