[cpan2nix] perlPackages.PPIxQuoteLike: 0.005 -> 0.006

This commit is contained in:
volth 2018-07-25 22:29:53 +00:00
parent 5e21d976be
commit fd9b252f2c

View file

@ -12440,10 +12440,10 @@ let self = _self // overrides; _self = with self; {
};
PPIxQuoteLike = buildPerlModule rec {
name = "PPIx-QuoteLike-0.005";
name = "PPIx-QuoteLike-0.006";
src = fetchurl {
url = mirror://cpan/authors/id/W/WY/WYANT/PPIx-QuoteLike-0.005.tar.gz;
sha256 = "13jvbjiqpm52kknjryzk3v4rnq70rzmx7w1bny9v5m5j6g029a4s";
url = mirror://cpan/authors/id/W/WY/WYANT/PPIx-QuoteLike-0.006.tar.gz;
sha256 = "1gyp3ywnhpv7k3cqdgywpinz7wgqzg38iailcnyiwgl62wib0bsq";
};
propagatedBuildInputs = [ PPI ];
meta = {