Skip to content

Commit 2f5d739

Browse files
committed
perlPackages.AppSqitch: 1.4.0 -> 1.4.1
1 parent 8af6d0c commit 2f5d739

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pkgs/top-level/perl-packages.nix

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -992,15 +992,14 @@ with self; {
992992
};
993993

994994
AppSqitch = buildPerlModule {
995-
version = "1.4.0";
995+
version = "1.4.1";
996996
pname = "App-Sqitch";
997997
src = fetchurl {
998-
url = "mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v1.4.0.tar.gz";
999-
hash = "sha256-sNs4cDH3dWJmLgA7xV16EComOAtK1/25qKO61XaeUBw=";
998+
url = "mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v1.4.1.tar.gz";
999+
hash = "sha256-yvMcyPdy46TJ1LP/Oo9oSm61sbPCYfTdwPkKiMNgB8Y=";
10001000
};
1001-
buildInputs = [ CaptureTiny TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestMockObject TestNoWarnings TestWarn ];
1002-
propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict PodParser StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl-perl ];
1003-
doCheck = false; # Can't find home directory.
1001+
buildInputs = [ CaptureTiny TestExit TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestMockObject TestNoWarnings TestWarn ];
1002+
propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict PodParser StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl-perl AlgorithmBackoff ];
10041003
meta = {
10051004
description = "Sensible database change management";
10061005
homepage = "https://sqitch.org";

0 commit comments

Comments
 (0)