Unverified Commit a47cf293 authored by Marcus Ramberg's avatar Marcus Ramberg
Browse files

perlPackages.CGISimple: 1.280 -> 1.282

parent 6251e94f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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