guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: perl-datetime: Update to 1.50.


From: Tobias Geerinckx-Rice
Subject: 05/14: gnu: perl-datetime: Update to 1.50.
Date: Sun, 9 Sep 2018 09:06:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 49e63e38846977342c6b6cb44349db0b070f2a84
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 9 14:38:35 2018 +0200

    gnu: perl-datetime: Update to 1.50.
    
    * gnu/packages/perl.scm (perl-datetime): Update to 1.50.
---
 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 8dea205..a3f899f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2180,7 +2180,7 @@ hours, minutes, seconds, and time zones.")
 (define-public perl-datetime
   (package
     (name "perl-datetime")
-    (version "1.49")
+    (version "1.50")
     (source
      (origin
        (method url-fetch)
@@ -2188,7 +2188,7 @@ hours, minutes, seconds, and time zones.")
                            "DateTime-" version ".tar.gz"))
        (sha256
         (base32
-         "0hbw4zq1562slnz7g7hyhfhyq98dzkk3i5g21x3xra5cvfix93kh"))))
+         "165iqk1xvhs5j0kzsipa7aqycx3h37wqsl2r4jl104yqvmqhqszd"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-cpan-meta-check" ,perl-cpan-meta-check)



reply via email to

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