guix-commits
[Top][All Lists]
Advanced

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

08/28: gnu: perl-time-piece: Update to 1.3401.


From: guix-commits
Subject: 08/28: gnu: perl-time-piece: Update to 1.3401.
Date: Wed, 19 May 2021 16:30:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f87a0b094ce4fe90d8db433eed1c0f2805d3a932
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 19 15:44:37 2021 +0300

    gnu: perl-time-piece: Update to 1.3401.
    
    * gnu/packages/perl.scm (perl-time-piece): Update to 1.3401.
---
 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 3863144..4aea96a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10464,7 +10464,7 @@ the system epoch.")
 (define-public perl-time-piece
   (package
     (name "perl-time-piece")
-    (version "1.3203")
+    (version "1.3401")
     (source
      (origin
        (method url-fetch)
@@ -10472,7 +10472,7 @@ the system epoch.")
              "mirror://cpan/authors/id/E/ES/ESAYM/Time-Piece-"
              version ".tar.gz"))
        (sha256
-        (base32 "0hbg99v8xqy3nx6nrjpwh1w6xwqpfflz0djkbdd72kvf8zvglwb9"))))
+        (base32 "09scn3yyqfl5w3yb6qrylhhn386zfz9fmpslk8iwyidb1sxvfmab"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Time-Piece";)
     (synopsis "Object-Oriented time objects")



reply via email to

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