me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2022-09-20 03:22:58 +02:00 committed by Maxim Cournoyer
parent 248d6fb8e9
commit 80d84f76cd
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 3 deletions

View File

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