mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
[cpan2nix] perlPackages.GetoptLong: 2.51 -> 2.52
This commit is contained in:
parent
62820544c9
commit
078881a43a
@ -8262,10 +8262,10 @@ let
|
||||
|
||||
GetoptLong = buildPerlPackage {
|
||||
pname = "Getopt-Long";
|
||||
version = "2.51";
|
||||
version = "2.52";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JV/JV/Getopt-Long-2.51.tar.gz";
|
||||
sha256 = "0r659i6rkz8zkfgdccbn29zmd4bk9lcdc4y20ng6w2glqaa3pd10";
|
||||
url = "mirror://cpan/authors/id/J/JV/JV/Getopt-Long-2.52.tar.gz";
|
||||
sha256 = "1yh5fykxrw68pvdvhvjh3wfs7a1s29xqwm5fxw2mqg9mfg1sgiwx";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user