guix-commits
[Top][All Lists]
Advanced

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

24/28: gnu: perl-datetime: Update to 1.54.


From: guix-commits
Subject: 24/28: gnu: perl-datetime: Update to 1.54.
Date: Wed, 19 May 2021 16:30:18 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 81ccab402700ad372d3acdcdf3d25c838093b3bf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 19 23:10:35 2021 +0300

    gnu: perl-datetime: Update to 1.54.
    
    * gnu/packages/perl.scm (perl-datetime): Update to 1.54.
---
 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 6014798..e64eebb 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2961,14 +2961,14 @@ hours, minutes, seconds, and time zones.")
 (define-public perl-datetime
   (package
     (name "perl-datetime")
-    (version "1.52")
+    (version "1.54")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/D/DR/DROLSKY/"
                            "DateTime-" version ".tar.gz"))
        (sha256
-        (base32 "1z1xpifh2kpyw7rlc8ivg9rl0qmabjq979gjp0s9agdjf9hqp0k7"))))
+        (base32 "1rxjagwmkdlmksz1cbxwx2ad51pv5q7dri2djqkz44q7j1nxlbmi"))))
     (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]