perl-IO-CaptureOutput: 1.1103 -> 1.1104

Also add meta section.
This commit is contained in:
Robert Helgesson 2017-01-28 19:25:56 +01:00
parent 44eedb927a
commit cf7f34a1aa
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -6597,10 +6597,15 @@ let self = _self // overrides; _self = with self; {
}; };
IOCaptureOutput = buildPerlPackage rec { IOCaptureOutput = buildPerlPackage rec {
name = "IO-CaptureOutput-1.1103"; name = "IO-CaptureOutput-1.1104";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz"; url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz";
sha256 = "1bcl7p87ysbzab6hssq19xn3djzc0yk9l4hk0a2mqbqb8hv6p0m5"; sha256 = "fcc732fcb438f97a72b30e8c7796484bef2562e374553b207028e2fbf73f8330";
};
meta = {
homepage = https://github.com/dagolden/IO-CaptureOutput;
description = "Capture STDOUT and STDERR from Perl code, subprocesses or XS";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
}; };