[cpan2nix] perlPackages.PPIxQuoteLike: 0.005 -> 0.006
This commit is contained in:
parent
5e21d976be
commit
fd9b252f2c
1 changed files with 3 additions and 3 deletions
|
@ -12440,10 +12440,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
PPIxQuoteLike = buildPerlModule rec {
|
PPIxQuoteLike = buildPerlModule rec {
|
||||||
name = "PPIx-QuoteLike-0.005";
|
name = "PPIx-QuoteLike-0.006";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/W/WY/WYANT/PPIx-QuoteLike-0.005.tar.gz;
|
url = mirror://cpan/authors/id/W/WY/WYANT/PPIx-QuoteLike-0.006.tar.gz;
|
||||||
sha256 = "13jvbjiqpm52kknjryzk3v4rnq70rzmx7w1bny9v5m5j6g029a4s";
|
sha256 = "1gyp3ywnhpv7k3cqdgywpinz7wgqzg38iailcnyiwgl62wib0bsq";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ PPI ];
|
propagatedBuildInputs = [ PPI ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue