[cpan2nix] perlPackages.PPIxQuoteLike: 0.008 -> 0.011
This commit is contained in:
parent
a2d34f1c13
commit
77f7277ab9
@ -15451,12 +15451,12 @@ let
|
|||||||
|
|
||||||
PPIxQuoteLike = buildPerlModule {
|
PPIxQuoteLike = buildPerlModule {
|
||||||
pname = "PPIx-QuoteLike";
|
pname = "PPIx-QuoteLike";
|
||||||
version = "0.008";
|
version = "0.011";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/W/WY/WYANT/PPIx-QuoteLike-0.008.tar.gz";
|
url = mirror://cpan/authors/id/W/WY/WYANT/PPIx-QuoteLike-0.011.tar.gz;
|
||||||
sha256 = "0dzlcddvfzn7s8z1jj12ghsbzf9wm5dq84361v4vx5p6j8zhsaz4";
|
sha256 = "0yi0rx8nf3pz1g5d9z7mi6pzbd4y2kqj61vsgmyllk6rfyjcgmsf";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ PPI ];
|
propagatedBuildInputs = [ PPI Readonly ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse Perl string literals and string-literal-like things.";
|
description = "Parse Perl string literals and string-literal-like things.";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user