guix-commits
[Top][All Lists]
Advanced

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

29/59: gnu: perl-datetime-format-natural: Update to 1.06.


From: guix-commits
Subject: 29/59: gnu: perl-datetime-format-natural: Update to 1.06.
Date: Sat, 23 Mar 2019 11:04:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cdffdca4c01af4b38657b006ed246d0e6cd5c629
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 10:29:30 2019 +0100

    gnu: perl-datetime-format-natural: Update to 1.06.
    
    * gnu/packages/perl.scm (perl-datetime-format-natural): Update to 1.06.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 9f2ab15..ab0dfce 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2396,15 +2396,14 @@ order to create the appropriate objects.")
 (define-public perl-datetime-format-natural
   (package
     (name "perl-datetime-format-natural")
-    (version "1.05")
+    (version "1.06")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/S/SC/SCHUBIGER/"
                            "DateTime-Format-Natural-" version ".tar.gz"))
        (sha256
-        (base32
-         "10ldrhz5rnpsd8qmqn1a4s0w5hhfbjrr13a93yx7kpp89g85pxqv"))))
+        (base32 "1n68b5hnw4n55q554v7y4ffwiypz6rk40mh0r550fxwv69bvyky0"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)



reply via email to

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