[cpan2nix] perlPackages.AppSqitch: 0.9998 -> 0.9999
This commit is contained in:
parent
27fdc8a458
commit
85a0f1406a
@ -413,14 +413,14 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
AppSqitch = buildPerlModule rec {
|
AppSqitch = buildPerlModule rec {
|
||||||
version = "0.9998";
|
version = "0.9999";
|
||||||
name = "App-Sqitch-${version}";
|
name = "App-Sqitch-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
|
||||||
sha256 = "5539f15c0e26ad3595e658e2c21481b0748cc89f6dca0a6ded1fdc62f88c8a5a";
|
sha256 = "f5bfa80206738ab8a70358a3b0557661c7459e11ec07dece23ecafa1f34372b3";
|
||||||
};
|
};
|
||||||
buildInputs = [ CaptureTiny TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestNoWarnings ];
|
buildInputs = [ CaptureTiny IOPager TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestNoWarnings TestWarn ];
|
||||||
propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale FileHomeDir HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl_perl ];
|
propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale FileHomeDir HashMerge IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl_perl ];
|
||||||
doCheck = false; # Can't find home directory.
|
doCheck = false; # Can't find home directory.
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://sqitch.org/;
|
homepage = https://sqitch.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user