gnu: perl-timedate: Update to 2.31.
* gnu/packages/perl.scm (perl-timedate): Update to 2.31. [source](uri): Adjust accordingly.master
parent
10b44448c9
commit
9b0696d0e9
|
@ -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")
|
||||||
|
|
Reference in New Issue