mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: perl-timedate: Update to 2.33.
* gnu/packages/perl.scm (perl-timedate): Update to 2.33.
This commit is contained in:
parent
46731db243
commit
3e7d5cd399
1 changed files with 2 additions and 2 deletions
|
@ -10034,14 +10034,14 @@ (define-public perl-time-piece
|
|||
(define-public perl-timedate
|
||||
(package
|
||||
(name "perl-timedate")
|
||||
(version "2.32")
|
||||
(version "2.33")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/"
|
||||
"TimeDate-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1mmk9dy4a26a4d4c5rswqqhxr0295j93bjbcx91d3qkmwfcs1v1l"))))
|
||||
(base32 "1cjyc0yi873597r7xcp9yz0l1c46ik2kxwfrn00zbrlx0d5rrdn0"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/TimeDate")
|
||||
(synopsis "Date parsing/formatting subroutines")
|
||||
|
|
Loading…
Reference in a new issue