gnu: perl-datetime-format-strptime: Update to 1.76.

* gnu/packages/perl.scm (perl-datetime-format-strptime): Update to 1.76.
master
Tobias Geerinckx-Rice 2019-02-14 18:10:36 +01:00
parent 5e98d75902
commit fafbeb38d4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2385,7 +2385,7 @@ parsing logic.")
(define-public perl-datetime-format-strptime
(package
(name "perl-datetime-format-strptime")
(version "1.75")
(version "1.76")
(source
(origin
(method url-fetch)
@ -2393,7 +2393,7 @@ parsing logic.")
"DateTime-Format-Strptime-" version ".tar.gz"))
(sha256
(base32
"069wmgbchydgx3nm9klqw0g6ksnja28g61d4allgzmvr9ynb5ksg"))))
"03dmzi9n6jmnfjmf0ld5sdmi3ib6jrhz25cjzv7d58ypdr32cg2r"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-datetime" ,perl-datetime)