perlPackages.IOCaptureOutput: update from 1.1102 to 1.1103

This commit is contained in:
Peter Simons 2014-04-07 13:53:08 +02:00
parent 6d394b5177
commit 811474227f

View file

@ -4308,10 +4308,10 @@ let self = _self // overrides; _self = with self; {
};
IOCaptureOutput = buildPerlPackage rec {
name = "IO-CaptureOutput-1.1102";
name = "IO-CaptureOutput-1.1103";
src = fetchurl {
url = "mirror://cpan/modules/by-module/IO/${name}.tar.gz";
sha256 = "2ea16dbecb21a3c2be49a93fb1e7e51275bed3f7ef3ac30cbdbff5d0178d43c7";
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/${name}.tar.gz";
sha256 = "1bcl7p87ysbzab6hssq19xn3djzc0yk9l4hk0a2mqbqb8hv6p0m5";
};
};