forked from mirrors/nixpkgs
[nix-update-cpan] perlPackages.ParsePMFile: 0.42 -> 0.43
This commit is contained in:
parent
facd7f6653
commit
64eae8bc5a
|
@ -16095,10 +16095,10 @@ let
|
|||
|
||||
ParsePMFile = buildPerlPackage {
|
||||
pname = "Parse-PMFile";
|
||||
version = "0.42";
|
||||
version = "0.43";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/Parse-PMFile-0.42.tar.gz";
|
||||
sha256 = "0v3k5jslbl29735hs32x9si546v55cyy6sb58aib8vmq684wgxp7";
|
||||
url = "mirror://cpan/authors/id/I/IS/ISHIGAKI/Parse-PMFile-0.43.tar.gz";
|
||||
sha256 = "08q6j1lw5l49yhzx8gm4zal7zp1gk58iacpda86cyf27403yhqdy";
|
||||
};
|
||||
buildInputs = [ ExtUtilsMakeMakerCPANfile ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue