gnu: perl-datetime: Update to 1.46.

* gnu/packages/perl.scm (perl-datetime): Update to 1.46.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-11 23:55:10 +01:00
parent 6d2f72cd58
commit a304f3a2c1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2091,7 +2091,7 @@ hours, minutes, seconds, and time zones.")
(define-public perl-datetime (define-public perl-datetime
(package (package
(name "perl-datetime") (name "perl-datetime")
(version "1.43") (version "1.46")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2099,7 +2099,7 @@ hours, minutes, seconds, and time zones.")
"DateTime-" version ".tar.gz")) "DateTime-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xgrcqs7zza7646g81j54z3fcxb8rw11ynlfm02afr436lgfnfql")))) "1247d2q2gm912bxj88a0sr5gvj2nx4a7n6z1smkq16iy21cziz79"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-cpan-meta-check" ,perl-cpan-meta-check) `(("perl-cpan-meta-check" ,perl-cpan-meta-check)