guix-commits
[Top][All Lists]
Advanced

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

19/32: gnu: perl-io-tty: Update to 1.12.


From: Tobias Geerinckx-Rice
Subject: 19/32: gnu: perl-io-tty: Update to 1.12.
Date: Mon, 12 Mar 2018 00:06:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a23b131c2d2e9c008fdad9fe1fe19ab61da3ac22
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 11 23:45:50 2018 +0100

    gnu: perl-io-tty: Update to 1.12.
    
    * gnu/packages/perl.scm (perl-io-tty): Update to 1.12.
---
 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 badff6e..9e3dcb1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4062,14 +4062,14 @@ filehandles; in particular, IO::Scalar, 
IO::ScalarArray, and IO::Lines.")
 (define-public perl-io-tty
   (package
     (name "perl-io-tty")
-    (version "1.11")
+    (version "1.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/T/TO/TODDR/IO-Tty-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0lgd9xcbi4gf4gw1ka6fj94my3w1f3k1zamb4pfln0qxz45zlxx4"))))
+                "0399anjy3bc0w8xzsc3qx5vcyqryc9gc52lc7wh7i49hsdq8gvx2"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/~toddr/IO-Tty//";)
     (synopsis "Perl interface to pseudo ttys")



reply via email to

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