mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
perlPackages.ClassUnload: update from 0.07 to 0.08
This commit is contained in:
parent
4c05aacb52
commit
5198214d70
1 changed files with 3 additions and 3 deletions
|
@ -1339,10 +1339,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
ClassUnload = buildPerlPackage rec {
|
||||
name = "Class-Unload-0.07";
|
||||
name = "Class-Unload-0.08";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/Class//${name}.tar.gz";
|
||||
sha256 = "1alvn94j0wgfyyym092g9cq0mbhzin0zf7lfja6578jk5cc788rr";
|
||||
url = "mirror://cpan/authors/id/I/IL/ILMARI/${name}.tar.gz";
|
||||
sha256 = "097gr3r2jgnm1175m4lpg4a97hv2mxrn9r0b2c6bn1x9xdhkywgh";
|
||||
};
|
||||
propagatedBuildInputs = [ ClassInspector ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue