perlPackages.CGISimple: 1.280 -> 1.282

This commit is contained in:
Marcus Ramberg
2025-08-28 22:45:15 +02:00
parent 6251e94ffc
commit a47cf293c9

View File

@@ -4597,10 +4597,10 @@ with self;
CGISimple = buildPerlPackage {
pname = "CGI-Simple";
version = "1.280";
version = "1.282";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MANWAR/CGI-Simple-1.280.tar.gz";
hash = "sha256-GOAen/uBTl5O6neshImyBp/oNlGFUPN/bCIT61Wcar8=";
url = "mirror://cpan/authors/id/M/MA/MANWAR/CGI-Simple-1.282.tar.gz";
hash = "sha256-xX8PPjLN2AYSZFFVwbgptMy+TO1lXegzq5MAWYnCfy8=";
};
buildInputs = [
TestException