me
/
guix
Archived
1
0
Fork 0

gnu: perl-http-date: Update to 6.05.

* gnu/packages/web.scm (perl-http-date): Update to 6.05.
master
Marius Bakke 2020-02-12 17:01:56 +01:00
parent 631d4dd44b
commit 80b26d6c83
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -3176,15 +3176,15 @@ IO::Socket::INET, so you can perform socket operations directly on it too.")
(define-public perl-http-date (define-public perl-http-date
(package (package
(name "perl-http-date") (name "perl-http-date")
(version "6.02") (version "6.05")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://cpan/authors/id/G/GA/GAAS/HTTP-Date-" "mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Date-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0cz357kafhhzw7w59iyi0wvhw7rlh5g1lh38230ckw7rl0fr9fg8")))) "0awjdbz7x0jd5pna55dwxhs3k6xp3sw6b2zg3p2yndxxvya64p9n"))))
(build-system perl-build-system) (build-system perl-build-system)
(license license:perl-license) (license license:perl-license)
(synopsis "Perl date conversion routines") (synopsis "Perl date conversion routines")