mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
perl-Throwable: 0.200010 -> 0.200013
This commit is contained in:
parent
7324065115
commit
a2b7097059
1 changed files with 10 additions and 4 deletions
|
@ -11596,14 +11596,20 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
Throwable = buildPerlPackage rec {
|
||||
name = "Throwable-0.200010";
|
||||
name = "Throwable-0.200013";
|
||||
src = fetchurl {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue