guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/14: gnu: perl-datetime-format-flexible: Update to 0.32.


From: guix-commits
Subject: 09/14: gnu: perl-datetime-format-flexible: Update to 0.32.
Date: Tue, 15 Oct 2019 23:41:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ae3f3090333bb42c967055a909f107d102920eb3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 16 05:12:51 2019 +0200

    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.
---
 gnu/packages/perl.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 3f20c8d..83b8960 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2390,16 +2390,18 @@ to do this without writing reams of structural code.")
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]