diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-11 23:45:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 04:57:54 +0100 |
commit | a23b131c2d2e9c008fdad9fe1fe19ab61da3ac22 (patch) | |
tree | 9beaa01a3a465cf92c6ff0aa9ad16f3e01a21692 /gnu/packages/perl.scm | |
parent | 3592937550affcfe1dc1b5de46d159e834c3a74f (diff) | |
download | patches-a23b131c2d2e9c008fdad9fe1fe19ab61da3ac22.tar patches-a23b131c2d2e9c008fdad9fe1fe19ab61da3ac22.tar.gz |
gnu: perl-io-tty: Update to 1.12.
* gnu/packages/perl.scm (perl-io-tty): Update to 1.12.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index badff6e4d1..9e3dcb1a74 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") |