Archived
1
0
Fork 0

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:
Tobias Geerinckx-Rice 2019-10-16 05:12:51 +02:00
parent 803b973668
commit ae3f309033
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2390,16 +2390,18 @@ to do this without writing reams of structural code.")
(define-public perl-datetime-format-flexible (define-public perl-datetime-format-flexible
(package (package
(name "perl-datetime-format-flexible") (name "perl-datetime-format-flexible")
(version "0.28") (version "0.32")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/T/TH/THINC/" (uri (string-append "mirror://cpan/authors/id/T/TH/THINC/"
"DateTime-Format-Flexible-" version ".tar.gz")) "DateTime-Format-Flexible-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1vnq3a8bwhidcv3z9cvcmfiq2qa84hikr993ffr19fw7nbzbk9sh"))))
"1g63zs0q2x40h29r7in50c55g6kxiw3m2faw2p6c4rg74sj2k2b5"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)
("perl-test-nowarnings" ,perl-test-nowarnings)))
(propagated-inputs (propagated-inputs
`(("perl-datetime" ,perl-datetime) `(("perl-datetime" ,perl-datetime)
("perl-datetime-format-builder" ,perl-datetime-format-builder) ("perl-datetime-format-builder" ,perl-datetime-format-builder)