perl-Throwable: 0.200010 -> 0.200013
This commit is contained in:
parent
7324065115
commit
a2b7097059
@ -11596,14 +11596,20 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
Throwable = buildPerlPackage rec {
|
Throwable = buildPerlPackage rec {
|
||||||
name = "Throwable-0.200010";
|
name = "Throwable-0.200013";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "0qhq1f5bvgf5kjhmdg45vadq8dbc9gfms81hply5c6a71nmkv8yp";
|
sha256 = "184gdcwxqwnkrx5md968v1ny70pq6blzpkihccm3bpdxnpgd11wr";
|
||||||
|
};
|
||||||
|
buildInputs = [ DevelStackTrace ];
|
||||||
|
propagatedBuildInputs = [ DevelStackTrace ModuleRuntime Moo ];
|
||||||
|
meta = {
|
||||||
|
homepage = https://github.com/rjbs/Throwable;
|
||||||
|
description = "A role for classes that can be thrown";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DevelStackTrace Moose Moo MooXTypesMooseLike ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
TieCycle = buildPerlPackage rec {
|
TieCycle = buildPerlPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user