gnu: perl-io-tty: Update to 1.12.
* gnu/packages/perl.scm (perl-io-tty): Update to 1.12.
This commit is contained in:
parent
3592937550
commit
a23b131c2d
|
@ -4062,14 +4062,14 @@ filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.")
|
||||||
(define-public perl-io-tty
|
(define-public perl-io-tty
|
||||||
(package
|
(package
|
||||||
(name "perl-io-tty")
|
(name "perl-io-tty")
|
||||||
(version "1.11")
|
(version "1.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/T/TO/TODDR/IO-Tty-"
|
(uri (string-append "mirror://cpan/authors/id/T/TO/TODDR/IO-Tty-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lgd9xcbi4gf4gw1ka6fj94my3w1f3k1zamb4pfln0qxz45zlxx4"))))
|
"0399anjy3bc0w8xzsc3qx5vcyqryc9gc52lc7wh7i49hsdq8gvx2"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "http://search.cpan.org/~toddr/IO-Tty//")
|
(home-page "http://search.cpan.org/~toddr/IO-Tty//")
|
||||||
(synopsis "Perl interface to pseudo ttys")
|
(synopsis "Perl interface to pseudo ttys")
|
||||||
|
|
Loading…
Reference in New Issue