perlPackages.DevelChecklib: update from 0.98 to 1.01
This commit is contained in:
parent
5aeb9b3c61
commit
1531d17512
@ -2244,10 +2244,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
DevelChecklib = buildPerlPackage rec {
|
DevelChecklib = buildPerlPackage rec {
|
||||||
name = "Devel-CheckLib-0.98";
|
name = "Devel-CheckLib-1.01";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/M/MA/MATTN/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/M/MA/MATTN/${name}.tar.gz";
|
||||||
sha256 = "2b6b62665403bcdce67b53eb3bee7b57b6576026640c01aa57c7126e32ce20da";
|
sha256 = "14q9mibxdgqkia73426q6xw6km5bf1hhkgg2nf7x4zhnlksahbwr";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ IOCaptureOutput ];
|
propagatedBuildInputs = [ IOCaptureOutput ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user