mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
perlPackages.TestException: update from 0.31 to 0.32
This commit is contained in:
parent
f2d9a7231e
commit
6794e6c6c5
1 changed files with 3 additions and 3 deletions
|
@ -8222,10 +8222,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
TestException = buildPerlPackage rec {
|
||||
name = "Test-Exception-0.31";
|
||||
name = "Test-Exception-0.32";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/Test/${name}.tar.gz";
|
||||
sha256 = "1lyd6mcg00348xsn9fl59spx68a69ybli7h7gd2k0p4y21q8p0ks";
|
||||
url = "mirror://cpan/authors/id/A/AD/ADIE/${name}.tar.gz";
|
||||
sha256 = "0issbjh5yl62lpaff5zhn28zhbf8sv8n2g79vklfr5s703k2fi5s";
|
||||
};
|
||||
propagatedBuildInputs = [ SubUplevel ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue