perlPackages.CGISimple: 1.280 -> 1.282 (#438025)

This commit is contained in:
Marcus Ramberg
2025-08-28 23:04:46 +02:00
committed by GitHub
+3 -3
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