gnu: perl-datetime-format-natural: Update to 1.06.
* gnu/packages/perl.scm (perl-datetime-format-natural): Update to 1.06.
This commit is contained in:
parent
74607ea620
commit
cdffdca4c0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue