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

* gnu/packages/perl.scm (perl-datetime-format-strptime): Update to 1.75.
master
Tobias Geerinckx-Rice 2018-03-12 03:42:47 +01:00
parent b8b7bd05ae
commit 162189361e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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