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

* gnu/packages/perl.scm (perl-datetime-format-natural): Update to 1.06.
master
Tobias Geerinckx-Rice 2019-03-23 10:29:30 +01:00
parent 74607ea620
commit cdffdca4c0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -2396,15 +2396,14 @@ order to create the appropriate objects.")
(define-public perl-datetime-format-natural
(package
(name "perl-datetime-format-natural")
(version "1.05")
(version "1.06")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SC/SCHUBIGER/"
"DateTime-Format-Natural-" version ".tar.gz"))
(sha256
(base32
"10ldrhz5rnpsd8qmqn1a4s0w5hhfbjrr13a93yx7kpp89g85pxqv"))))
(base32 "1n68b5hnw4n55q554v7y4ffwiypz6rk40mh0r550fxwv69bvyky0"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)