mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perlPackages.ExceptionBase: update from 0.25 to 0.2401
This commit is contained in:
parent
9c90b4faf6
commit
b602b53964
1 changed files with 3 additions and 3 deletions
|
@ -3156,10 +3156,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
ExceptionBase = buildPerlPackage {
|
||||
name = "Exception-Base-0.25";
|
||||
name = "Exception-Base-0.2401";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DE/DEXTER/Exception-Base-0.25.tar.gz;
|
||||
sha256 = "1s2is862xba2yy633wn2nklrya36yrlwxlbpqjrv8m31xj2c8khw";
|
||||
url = mirror://cpan/authors/id/D/DE/DEXTER/Exception-Base-0.2401.tar.gz;
|
||||
sha256 = "0z4pckv3iwzz5s4xrv96kg9620s96kim57nfrxbqhh6pyd5jfazv";
|
||||
};
|
||||
buildInputs = [ TestUnitLite ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue