File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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";
You can’t perform that action at this time.
0 commit comments