perlPackages.GetoptLong: 2.54 -> 2.58

This commit is contained in:
Stig Palmquist 2024-09-21 10:44:52 +02:00
parent 217131bae8
commit dd115b3460
No known key found for this signature in database

View File

@ -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";