me
/
guix
Archived
1
0
Fork 0

gnu: perl-timedate: Update to 2.31.

* gnu/packages/perl.scm (perl-timedate): Update to 2.31.
[source](uri): Adjust accordingly.
master
Marius Bakke 2020-01-22 17:25:22 +01:00
parent 10b44448c9
commit 9b0696d0e9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -9133,15 +9133,15 @@ still work as expected.")
(define-public perl-timedate (define-public perl-timedate
(package (package
(name "perl-timedate") (name "perl-timedate")
(version "2.30") (version "2.31")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/G/GB/GBARR/" (uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
"TimeDate-" version ".tar.gz")) "TimeDate-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"11lf54akr9nbivqkjrhvkmfdgkbhw85sq0q4mak56n6bf542bgbm")))) "10ad6l4ii2iahdpw8h0xqwasc1jblan31h597q3js4j5nbnhywjw"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/TimeDate") (home-page "https://metacpan.org/release/TimeDate")
(synopsis "Date parsing/formatting subroutines") (synopsis "Date parsing/formatting subroutines")