Unverified Commit 1a816f1b authored by SEKUN's avatar SEKUN
Browse files

perlPackages.AppSqitch: 1.5.1 -> 1.5.2

parent f9b7d674
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1398,11 +1398,11 @@ with self;
  };
  AppSqitch = buildPerlModule {
    version = "1.5.1";
    version = "1.5.2";
    pname = "App-Sqitch";
    src = fetchurl {
      url = "mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v1.5.1.tar.gz";
      hash = "sha256-Fqo0j8Sedfj/ZQMfBiLUGSkyMhsFvWUYq5lkYYVy1pg=";
      url = "mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v1.5.2.tar.gz";
      hash = "sha256-horqXNSz6uDPrKiXK546ag+PmYiEjVNazstJVbAovNE=";
    };
    buildInputs = [
      CaptureTiny