guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: perl-term-readkey: Update to 2.37.


From: ???
Subject: 01/01: gnu: perl-term-readkey: Update to 2.37.
Date: Sun, 22 Jan 2017 04:36:38 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit d6c73cb4c4f9c6611fc5b3ca2277dc5dd01a24bb
Author: Maxim Cournoyer <address@hidden>
Date:   Sat Jan 21 14:27:15 2017 -0800

    gnu: perl-term-readkey: Update to 2.37.
    
    The previous version, 2.32, is not available for download anymore.
    
    * gnu/packages/perl.scm (perl-term-readkey): Update to 2.37.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 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 09278f4..fb294eb 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5950,7 +5950,7 @@ done, how much is left to do, and estimate how long it 
will take.")
 (define-public perl-term-readkey
   (package
     (name "perl-term-readkey")
-    (version "2.32")
+    (version "2.37")
     (source
      (origin
        (method url-fetch)
@@ -5958,7 +5958,7 @@ done, how much is left to do, and estimate how long it 
will take.")
                            "TermReadKey-" version ".tar.gz"))
        (sha256
         (base32
-         "1y79w5cj98w0a1nqxjhmaw01p2hfhzfw340m2qxd11p6124hxfaq"))))
+         "0hdj5mldpj3pyprd4hbbalfx9yjgi5p59gg2ixk9808f5v7q74sa"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/TermReadKey";)
     (synopsis "Simple terminal control")



reply via email to

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