mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 2 additions and 3 deletions
|
@ -2396,15 +2396,14 @@ (define-public perl-datetime-format-ical
|
||||||
(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.05")
|
(version "1.06")
|
||||||
(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
|
(base32 "1n68b5hnw4n55q554v7y4ffwiypz6rk40mh0r550fxwv69bvyky0"))))
|
||||||
"10ldrhz5rnpsd8qmqn1a4s0w5hhfbjrr13a93yx7kpp89g85pxqv"))))
|
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue