mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: perl-ipc-run: Update to 20180523.0.
* gnu/packages/perl.scm (perl-ipc-run): Update to 20180523.0.
This commit is contained in:
parent
ff6c9dbf63
commit
c36909ca1d
1 changed files with 2 additions and 3 deletions
|
@ -4311,15 +4311,14 @@ run interactively. It also has an option to capture output/error buffers.")
|
|||
(define-public perl-ipc-run
|
||||
(package
|
||||
(name "perl-ipc-run")
|
||||
(version "0.94")
|
||||
(version "20180523.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/T/TO/TODDR/"
|
||||
"IPC-Run-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nv0lpw31zaz6vi42q7ihjj3j382j4njicp5k0gsczib3b4kdcrf"))))
|
||||
(base32 "0bvckcs1629ifqfb68xkapd4a74fd5qbg6z9qs8i6rx4z3nxfl1q"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-io-tty" ,perl-io-tty)))
|
||||
|
|
Loading…
Reference in a new issue