me
/
guix
Archived
1
0
Fork 0

gnu: perl-datetime: Update to 1.49.

* gnu/packages/perl.scm (perl-datetime): Update to 1.49.
master
Tobias Geerinckx-Rice 2018-06-03 12:03:49 +02:00
parent 854cf20647
commit e40ab7382e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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