mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 3 deletions
|
@ -4204,15 +4204,14 @@ (define-public perl-io-captureoutput
|
|||
(define-public perl-io-interactive
|
||||
(package
|
||||
(name "perl-io-interactive")
|
||||
(version "0.0.6")
|
||||
(version "1.022")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
||||
"IO-Interactive-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1303q6rbcf2cag5z08pq3d1y91wls5q51jrpw4kh0l2bv75idh4w"))))
|
||||
(base32 "1p7b3z877am99qn9b3n2whgcv77256sbg28divlpgs1sx653pm8f"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/IO-Interactive")
|
||||
(synopsis "Utilities for interactive I/O")
|
||||
|
|
Loading…
Reference in a new issue