perlPackages.GetoptLong: 2.54 -> 2.58
This commit is contained in:
parent
217131bae8
commit
dd115b3460
@ -10770,10 +10770,10 @@ with self; {
|
||||
|
||||
GetoptLong = buildPerlPackage {
|
||||
pname = "Getopt-Long";
|
||||
version = "2.54";
|
||||
version = "2.58";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JV/JV/Getopt-Long-2.54.tar.gz";
|
||||
hash = "sha256-WEujyZuy1rNBN1IS+bh0YT9wbPsBzuIbiiZ2qYq5hf4=";
|
||||
url = "mirror://cpan/authors/id/J/JV/JV/Getopt-Long-2.58.tar.gz";
|
||||
hash = "sha256-EwXtRuoh95QwTpeqPc06OFGQWXhenbdBXa8sIYUGxWk=";
|
||||
};
|
||||
meta = {
|
||||
description = "Extended processing of command line options";
|
||||
|
Loading…
Reference in New Issue
Block a user