[cpan2nix] perlPackages.PPIxRegexp: 0.068 -> 0.072
This commit is contained in:
parent
985e7f0c4d
commit
c04fa71032
@ -15437,12 +15437,12 @@ let
|
|||||||
|
|
||||||
PPIxRegexp = buildPerlModule {
|
PPIxRegexp = buildPerlModule {
|
||||||
pname = "PPIx-Regexp";
|
pname = "PPIx-Regexp";
|
||||||
version = "0.068";
|
version = "0.072";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/W/WY/WYANT/PPIx-Regexp-0.068.tar.gz";
|
url = mirror://cpan/authors/id/W/WY/WYANT/PPIx-Regexp-0.072.tar.gz;
|
||||||
sha256 = "b5444b699a3c7ad79506c796559449c6f858dc62deb60e08249f96782636e5f4";
|
sha256 = "84a050b3b65c98a4b95f9df94fa0d8db9a931b000bb6e2946f0f8874cc2bac5c";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ListMoreUtils PPI ];
|
propagatedBuildInputs = [ PPI ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse regular expressions";
|
description = "Parse regular expressions";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user