guix-commits
[Top][All Lists]
Advanced

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

07/19: gnu: perl-tie-cycle: Update to 1.225.


From: Tobias Geerinckx-Rice
Subject: 07/19: gnu: perl-tie-cycle: Update to 1.225.
Date: Sun, 29 Oct 2017 12:33:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit adce670797a4fe39f9ac979fb43534346820420c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 28 13:30:51 2017 +0200

    gnu: perl-tie-cycle: Update to 1.225.
    
    * gnu/packages/perl.scm (perl-tie-cycle): Update to 1.225.
---
 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 135d110..3e67bbc 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8842,7 +8842,7 @@ approximately follow the suggestions in the Perl Style 
Guide.")
 (define-public perl-tie-cycle
   (package
     (name "perl-tie-cycle")
-    (version "1.221")
+    (version "1.225")
     (source
      (origin
        (method url-fetch)
@@ -8850,7 +8850,7 @@ approximately follow the suggestions in the Perl Style 
Guide.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "10g6kirf6jfaldckg98y4pl87vrm7grqlg6ymb7a9vhrznyn7qn6"))))
+         "0i9xq2qm50p2ih24265jndp2x8hfq7ap0d88nrlv5yaad4hxhc7k"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Tie-Cycle/";)
     (synopsis "Cycle through a list of values")



reply via email to

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