guix-commits
[Top][All Lists]
Advanced

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

04/59: gnu: perl-date-manip: Update to 6.76.


From: guix-commits
Subject: 04/59: gnu: perl-date-manip: Update to 6.76.
Date: Sat, 23 Mar 2019 11:04:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c2eba9b206cf750f4d0b6682784519b7d7cd0693
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 22 20:58:05 2019 +0100

    gnu: perl-date-manip: Update to 6.76.
    
    * gnu/packages/perl.scm (perl-date-manip): Update to 6.76.
---
 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 74cbe52..5ecf9a0 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2146,15 +2146,14 @@ Date::Calc.")
 (define-public perl-date-manip
   (package
     (name "perl-date-manip")
-    (version "6.70")
+    (version "6.76")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://cpan.metacpan.org/authors/id/S/SB/SBECK/";
                            "Date-Manip-" version ".tar.gz"))
        (sha256
-        (base32
-         "0r4k4ypb09xwhvq6das0vpx2c0xbhhhx83knq6jfpf8m55h8qi9r"))))
+        (base32 "1a33mpkx7qqb9nqxyh2kkb596d8xq6jw0ljrd4xrwiz30f6cg1qw"))))
     (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]