gnu: perl-timedate: Update to 2.32.

* gnu/packages/perl.scm (perl-timedate): Update to 2.32.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-09 04:42:03 +01:00
parent 0e591daa81
commit e4e44f24bd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9250,15 +9250,14 @@ (define-public perl-time-piece
(define-public perl-timedate
(package
(name "perl-timedate")
(version "2.31")
(version "2.32")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
"TimeDate-" version ".tar.gz"))
(sha256
(base32
"10ad6l4ii2iahdpw8h0xqwasc1jblan31h597q3js4j5nbnhywjw"))))
(base32 "1mmk9dy4a26a4d4c5rswqqhxr0295j93bjbcx91d3qkmwfcs1v1l"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/TimeDate")
(synopsis "Date parsing/formatting subroutines")