me
/
guix
Archived
1
0
Fork 0

gnu: perl-datetime: Update to 1.46.

* gnu/packages/perl.scm (perl-datetime): Update to 1.46.
master
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
(package
(name "perl-datetime")
(version "1.43")
(version "1.46")
(source
(origin
(method url-fetch)
@ -2099,7 +2099,7 @@ hours, minutes, seconds, and time zones.")
"DateTime-" version ".tar.gz"))
(sha256
(base32
"0xgrcqs7zza7646g81j54z3fcxb8rw11ynlfm02afr436lgfnfql"))))
"1247d2q2gm912bxj88a0sr5gvj2nx4a7n6z1smkq16iy21cziz79"))))
(build-system perl-build-system)
(native-inputs
`(("perl-cpan-meta-check" ,perl-cpan-meta-check)