mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
perl-Throwable: update to version 0.200010
The old version is no longer available for download
This commit is contained in:
parent
e3c4b9de14
commit
dcaa69a2ea
1 changed files with 3 additions and 3 deletions
|
@ -9324,12 +9324,12 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
Throwable = buildPerlPackage rec {
|
||||
name = "Throwable-0.102080";
|
||||
name = "Throwable-0.200010";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "0vjzlh23rpmgr5h8qfh9pb3kqw0j8sxn2bpbc1p2306dwqwbymm5";
|
||||
sha256 = "0qhq1f5bvgf5kjhmdg45vadq8dbc9gfms81hply5c6a71nmkv8yp";
|
||||
};
|
||||
propagatedBuildInputs = [ DevelStackTrace Moose ];
|
||||
propagatedBuildInputs = [ DevelStackTrace Moose Moo MooXTypesMooseLike ];
|
||||
};
|
||||
|
||||
TieCycle = buildPerlPackage {
|
||||
|
|
Loading…
Reference in a new issue