[cpan2nix] perlPackages.DistZillaPluginTestSynopsis: 2.000004 -> 2.000007
This commit is contained in:
parent
4a92474d4f
commit
086bb65799
@ -4839,13 +4839,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
DistZillaPluginTestSynopsis = buildPerlPackage {
|
DistZillaPluginTestSynopsis = buildPerlPackage {
|
||||||
name = "Dist-Zilla-Plugin-Test-Synopsis-2.000004";
|
name = "Dist-Zilla-Plugin-Test-Synopsis-2.000007";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DO/DOHERTY/Dist-Zilla-Plugin-Test-Synopsis-2.000004.tar.gz;
|
url = mirror://cpan/authors/id/D/DO/DOHERTY/Dist-Zilla-Plugin-Test-Synopsis-2.000007.tar.gz;
|
||||||
sha256 = "d073de3206c5e588f60f55e4be64fab4c2595f5bc3013cd91307993691598d59";
|
sha256 = "e7d5e2530cd8a5bb5aadf3e1669a653aaa96e32cad7bd6b9caba6b425ceab563";
|
||||||
};
|
};
|
||||||
buildInputs = [ CaptureTiny DistZilla MooseAutobox TestOutput ];
|
buildInputs = [ TestDeep TestOutput TestSynopsis ];
|
||||||
propagatedBuildInputs = [ DistZilla Moose TestSynopsis ];
|
propagatedBuildInputs = [ DistZilla ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://metacpan.org/release/Dist-Zilla-Plugin-Test-Synopsis/;
|
homepage = https://metacpan.org/release/Dist-Zilla-Plugin-Test-Synopsis/;
|
||||||
description = "Release tests for synopses";
|
description = "Release tests for synopses";
|
||||||
|
Loading…
Reference in New Issue
Block a user