gnu: perl-datetime-format-natural: Update to 1.05.

* gnu/packages/perl.scm (perl-datetime-format-natural: Update to 1.05.
master
Leo Famulari 2017-07-27 14:36:36 -04:00
parent 9e5df71e7d
commit 09d94b2bab
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -2001,7 +2001,7 @@ order to create the appropriate objects.")
(define-public perl-datetime-format-natural
(package
(name "perl-datetime-format-natural")
(version "1.02")
(version "1.05")
(source
(origin
(method url-fetch)
@ -2009,7 +2009,7 @@ order to create the appropriate objects.")
"DateTime-Format-Natural-" version ".tar.gz"))
(sha256
(base32
"1qq3adq1y08d0jlmwk9059s5d39hb26f3zjag099gjjyvs5c8yal"))))
"10ldrhz5rnpsd8qmqn1a4s0w5hhfbjrr13a93yx7kpp89g85pxqv"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)