mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-datetime-format-flexible: Update to 0.32.
* gnu/packages/perl.scm (perl-datetime-format-flexible): Update to 0.32. [native-inputs]: Add perl-test-exception and perl-test-nowarnings.
This commit is contained in:
parent
803b973668
commit
ae3f309033
1 changed files with 5 additions and 3 deletions
|
@ -2390,16 +2390,18 @@ (define-public perl-datetime-format-builder
|
|||
(define-public perl-datetime-format-flexible
|
||||
(package
|
||||
(name "perl-datetime-format-flexible")
|
||||
(version "0.28")
|
||||
(version "0.32")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/T/TH/THINC/"
|
||||
"DateTime-Format-Flexible-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1g63zs0q2x40h29r7in50c55g6kxiw3m2faw2p6c4rg74sj2k2b5"))))
|
||||
(base32 "1vnq3a8bwhidcv3z9cvcmfiq2qa84hikr993ffr19fw7nbzbk9sh"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-exception" ,perl-test-exception)
|
||||
("perl-test-nowarnings" ,perl-test-nowarnings)))
|
||||
(propagated-inputs
|
||||
`(("perl-datetime" ,perl-datetime)
|
||||
("perl-datetime-format-builder" ,perl-datetime-format-builder)
|
||||
|
|
Loading…
Reference in a new issue