gnu: perl-ipc-cmd: Update to 1.02.
* gnu/packages/perl.scm (perl-ipc-cmd): Update to 1.02.
This commit is contained in:
parent
3b71996556
commit
5115d9ea65
|
@ -4287,15 +4287,14 @@ pseudo ttys.")
|
||||||
(define-public perl-ipc-cmd
|
(define-public perl-ipc-cmd
|
||||||
(package
|
(package
|
||||||
(name "perl-ipc-cmd")
|
(name "perl-ipc-cmd")
|
||||||
(version "0.96")
|
(version "1.02")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/B/BI/BINGOS/IPC-Cmd-"
|
(uri (string-append "mirror://cpan/authors/id/B/BI/BINGOS/IPC-Cmd-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0qvh0qpvc22r4kysfy8srxnhni677lvc8hr18kjrdkmb58jjj8ah"))))
|
||||||
"0a2v44x70gj9fd5wa8i08f9z6n14qppj1j49m1hc333wh72mzk6i"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/IPC-Cmd")
|
(home-page "https://metacpan.org/release/IPC-Cmd")
|
||||||
(synopsis "Run interactive command-line programs")
|
(synopsis "Run interactive command-line programs")
|
||||||
|
|
Loading…
Reference in New Issue