guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: perl-io-tty: Update to 1.14.


From: guix-commits
Subject: 06/09: gnu: perl-io-tty: Update to 1.14.
Date: Mon, 25 May 2020 15:39:57 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 46731db2431a21766c5fdfa74aca9bd61b7c41a2
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon May 25 21:20:30 2020 +0300

    gnu: perl-io-tty: Update to 1.14.
    
    * gnu/packages/perl.scm (perl-io-tty): Update to 1.14.
---
 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 220519c..d0605f1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5268,14 +5268,14 @@ filehandles; in particular, IO::Scalar, 
IO::ScalarArray, and IO::Lines.")
 (define-public perl-io-tty
   (package
     (name "perl-io-tty")
-    (version "1.12")
+    (version "1.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/T/TO/TODDR/IO-Tty-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0399anjy3bc0w8xzsc3qx5vcyqryc9gc52lc7wh7i49hsdq8gvx2"))))
+                "1dcmxdhrapxvvzlfp6yzz7655f3c6x8jrw0md8ndp2qj27iy9wsi"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/IO-Tty";)
     (synopsis "Perl interface to pseudo ttys")



reply via email to

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