guix-commits
[Top][All Lists]
Advanced

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

09/28: gnu: perl-tie-cycle: Update to 1.226.


From: guix-commits
Subject: 09/28: gnu: perl-tie-cycle: Update to 1.226.
Date: Wed, 19 May 2021 16:30:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ff44f3ec6e9872ede20d6efb3a3c410e0f539ca7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 19 22:19:54 2021 +0300

    gnu: perl-tie-cycle: Update to 1.226.
    
    * gnu/packages/perl.scm (perl-tie-cycle): Update to 1.226.
---
 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 4aea96a..ad5366e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10268,7 +10268,7 @@ approximately follow the suggestions in the Perl Style 
Guide.")
 (define-public perl-tie-cycle
   (package
     (name "perl-tie-cycle")
-    (version "1.225")
+    (version "1.226")
     (source
      (origin
        (method url-fetch)
@@ -10276,7 +10276,7 @@ approximately follow the suggestions in the Perl Style 
Guide.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0i9xq2qm50p2ih24265jndp2x8hfq7ap0d88nrlv5yaad4hxhc7k"))))
+         "0cvnykkr5z57xwl6i9qdws2gpdhsm0rrf3kia8q0q25vag0f31q9"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Tie-Cycle";)
     (synopsis "Cycle through a list of values")



reply via email to

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