gnu: perl-datetime-format-natural: Update to 1.12.
* gnu/packages/perl.scm (perl-datetime-format-natural): Update to 1.12.master
parent
81ccab4027
commit
837ed5e7ba
|
@ -3197,14 +3197,14 @@ extension that parses almost all ISO8601 date and time formats.")
|
||||||
(define-public perl-datetime-format-natural
|
(define-public perl-datetime-format-natural
|
||||||
(package
|
(package
|
||||||
(name "perl-datetime-format-natural")
|
(name "perl-datetime-format-natural")
|
||||||
(version "1.06")
|
(version "1.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/S/SC/SCHUBIGER/"
|
(uri (string-append "mirror://cpan/authors/id/S/SC/SCHUBIGER/"
|
||||||
"DateTime-Format-Natural-" version ".tar.gz"))
|
"DateTime-Format-Natural-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n68b5hnw4n55q554v7y4ffwiypz6rk40mh0r550fxwv69bvyky0"))))
|
(base32 "0mqjsjyfymzp7lx7czx17bsdshzsh6l8r6hcadv81zvga326zprw"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-module-build" ,perl-module-build)
|
`(("perl-module-build" ,perl-module-build)
|
||||||
|
|
Reference in New Issue