summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-27 21:43:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-27 22:19:31 +0100
commit4ba097b35fbea4b8313e8576dedbe18b1ab0d566 (patch)
tree34e77bbedf8d053344bf55aba605566061279200 /gnu/packages/perl.scm
parent07c9fd36d6cd3400980ec362ce493d8ae0918bf8 (diff)
downloadpatches-4ba097b35fbea4b8313e8576dedbe18b1ab0d566.tar
patches-4ba097b35fbea4b8313e8576dedbe18b1ab0d566.tar.gz
gnu: perl-io-captureoutput: Update to 1.1105.
* gnu/packages/perl.scm (perl-io-captureoutput): Update to 1.1105.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 97d754d405..d9adf7fe42 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4287,7 +4287,7 @@ Perl IO idioms. It exports a single function called io, which returns a new
(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 @@ Perl IO idioms. It exports a single function called io, which returns a new
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")