gnu: perl-io-interactive: Update to 1.022.
* gnu/packages/perl.scm (perl-io-interactive): Update to 1.022.
This commit is contained in:
parent
9d468f50c9
commit
f92fda896b
|
@ -4204,15 +4204,14 @@ try @code{Capture::Tiny} instead.")
|
||||||
(define-public perl-io-interactive
|
(define-public perl-io-interactive
|
||||||
(package
|
(package
|
||||||
(name "perl-io-interactive")
|
(name "perl-io-interactive")
|
||||||
(version "0.0.6")
|
(version "1.022")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
||||||
"IO-Interactive-" version ".tar.gz"))
|
"IO-Interactive-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1p7b3z877am99qn9b3n2whgcv77256sbg28divlpgs1sx653pm8f"))))
|
||||||
"1303q6rbcf2cag5z08pq3d1y91wls5q51jrpw4kh0l2bv75idh4w"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/IO-Interactive")
|
(home-page "https://metacpan.org/release/IO-Interactive")
|
||||||
(synopsis "Utilities for interactive I/O")
|
(synopsis "Utilities for interactive I/O")
|
||||||
|
|
Loading…
Reference in New Issue