3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: perl-datetime: Update to 1.51.

* gnu/packages/perl.scm (perl-datetime): Update to 1.51.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-23 20:39:06 +01:00
parent 5415f3f8b3
commit 6f50c8a70c
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2237,15 +2237,14 @@ hours, minutes, seconds, and time zones.")
(define-public perl-datetime
(package
(name "perl-datetime")
(version "1.50")
(version "1.51")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DR/DROLSKY/"
"DateTime-" version ".tar.gz"))
(sha256
(base32
"165iqk1xvhs5j0kzsipa7aqycx3h37wqsl2r4jl104yqvmqhqszd"))))
(base32 "1ibfq6acz1ih28vl613yygbb3r2d8ykx6di669vajhvswl6xl8ny"))))
(build-system perl-build-system)
(native-inputs
`(("perl-cpan-meta-check" ,perl-cpan-meta-check)