diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 10:33:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 15:24:13 +0100 |
commit | 5115d9ea6586e0c1719b46997c7922b579a74bc0 (patch) | |
tree | e5705938a75ced9766df4cf0e993d40f971860e8 | |
parent | 3b71996556c38d6d0716735285913d88676facf3 (diff) |
gnu: perl-ipc-cmd: Update to 1.02.
* gnu/packages/perl.scm (perl-ipc-cmd): Update to 1.02.
-rw-r--r-- | gnu/packages/perl.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 18a83e479e..b75ed229d5 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4287,15 +4287,14 @@ pseudo ttys.") (define-public perl-ipc-cmd (package (name "perl-ipc-cmd") - (version "0.96") + (version "1.02") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/B/BI/BINGOS/IPC-Cmd-" version ".tar.gz")) (sha256 - (base32 - "0a2v44x70gj9fd5wa8i08f9z6n14qppj1j49m1hc333wh72mzk6i")))) + (base32 "0qvh0qpvc22r4kysfy8srxnhni677lvc8hr18kjrdkmb58jjj8ah")))) (build-system perl-build-system) (home-page "https://metacpan.org/release/IPC-Cmd") (synopsis "Run interactive command-line programs") |