mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: perl-io-captureoutput: Update to 1.1105.
* gnu/packages/perl.scm (perl-io-captureoutput): Update to 1.1105.
This commit is contained in:
parent
07c9fd36d6
commit
4ba097b35f
1 changed files with 2 additions and 3 deletions
|
@ -4287,7 +4287,7 @@ (define-public perl-io-all
|
|||
(define-public perl-io-captureoutput
|
||||
(package
|
||||
(name "perl-io-captureoutput")
|
||||
(version "1.1104")
|
||||
(version "1.1105")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4296,8 +4296,7 @@ (define-public perl-io-captureoutput
|
|||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0c437zvzpqi8f0h3nmblwdi2bvsb92b7g30fndr7my9qnky35izw"))))
|
||||
(base32 "11zlfbahac09q3jvwmpijmkwgihwxps85jwy2q7q0wqjragh16df"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/IO-CaptureOutput")
|
||||
(synopsis "Capture STDOUT and STDERR from Perl code, subprocesses or XS")
|
||||
|
|
Loading…
Reference in a new issue