[cpan2nix] perlPackages.AppCmd: 0.330 -> 0.331
This commit is contained in:
parent
caf9dd5a72
commit
73f7557a90
@ -245,13 +245,13 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
AppCmd = buildPerlPackage rec {
|
||||
name = "App-Cmd-0.330";
|
||||
name = "App-Cmd-0.331";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "7a7bfd7196f7551a07509b03ea7abddc1fa9aee19a84e3dd5ba939c619cb6011";
|
||||
sha256 = "4a5d3df0006bd278880d01f4957aaa652a8f91fe8f66e93adf70fba0c3ecb680";
|
||||
};
|
||||
buildInputs = [ TestFatal ];
|
||||
propagatedBuildInputs = [ CaptureTiny ClassLoad DataOptList GetoptLongDescriptive IOTieCombine ModulePluggable StringRewritePrefix SubExporter SubInstall ];
|
||||
propagatedBuildInputs = [ CaptureTiny ClassLoad GetoptLongDescriptive IOTieCombine ModulePluggable StringRewritePrefix ];
|
||||
meta = {
|
||||
homepage = https://github.com/rjbs/App-Cmd;
|
||||
description = "Write command line apps with less suffering";
|
||||
|
Loading…
Reference in New Issue
Block a user