guix-commits
[Top][All Lists]
Advanced

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

02/25: gnu: perl-date-manip: Update to 6.70.


From: Tobias Geerinckx-Rice
Subject: 02/25: gnu: perl-date-manip: Update to 6.70.
Date: Sat, 17 Mar 2018 11:39:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 111c25fd13e02eed7dd038834730862b7dbfc8a0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 16 04:45:55 2018 +0100

    gnu: perl-date-manip: Update to 6.70.
    
    * gnu/packages/perl.scm (perl-date-manip): Update to 6.70.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index cf9f21d..e6a656c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2043,7 +2043,7 @@ Date::Calc.")
 (define-public perl-date-manip
   (package
     (name "perl-date-manip")
-    (version "6.50")
+    (version "6.70")
     (source
      (origin
        (method url-fetch)
@@ -2051,7 +2051,7 @@ Date::Calc.")
                            "Date-Manip-" version ".tar.gz"))
        (sha256
         (base32
-         "0zd0wbf91i49753rnf7m1lw197hdl5r97mxy0n43zdmcmhvkb3qq"))))
+         "0r4k4ypb09xwhvq6das0vpx2c0xbhhhx83knq6jfpf8m55h8qi9r"))))
     (build-system perl-build-system)
     (native-inputs `(("perl-module-build" ,perl-module-build)))
     (arguments



reply via email to

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