perlPackages.ExceptionBase: update from 0.25 to 0.2401

This commit is contained in:
Peter Simons 2014-04-07 13:51:26 +02:00
parent 9c90b4faf6
commit b602b53964
1 changed files with 3 additions and 3 deletions

View File

@ -3156,10 +3156,10 @@ let self = _self // overrides; _self = with self; {
}; };
ExceptionBase = buildPerlPackage { ExceptionBase = buildPerlPackage {
name = "Exception-Base-0.25"; name = "Exception-Base-0.2401";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/D/DE/DEXTER/Exception-Base-0.25.tar.gz; url = mirror://cpan/authors/id/D/DE/DEXTER/Exception-Base-0.2401.tar.gz;
sha256 = "1s2is862xba2yy633wn2nklrya36yrlwxlbpqjrv8m31xj2c8khw"; sha256 = "0z4pckv3iwzz5s4xrv96kg9620s96kim57nfrxbqhh6pyd5jfazv";
}; };
buildInputs = [ TestUnitLite ]; buildInputs = [ TestUnitLite ];
meta = { meta = {