perlPackages.AppSqitch: 1.5.1 -> 1.5.2 (#424970)

This commit is contained in:
Stig
2025-07-21 13:46:46 +02:00
committed by GitHub
+3 -3
View File
@@ -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