mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
[cpan2nix] perlPackages.PPIxQuoteLike: 0.005 -> 0.006
This commit is contained in:
parent
5e21d976be
commit
fd9b252f2c
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue