Merge pull request #30469 from efx/bump-sqitch

sqitch-pg: 0.9994 -> 0.9996
This commit is contained in:
Jörg Thalheim 2017-10-17 02:28:58 +01:00 committed by GitHub
commit 39598617f2

View File

@ -309,11 +309,11 @@ let self = _self // overrides; _self = with self; {
};
AppSqitch = buildPerlModule rec {
version = "0.9994";
version = "0.9996";
name = "App-Sqitch-${version}";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
sha256 = "0in602z40s50fdlmws4g0a1pb8p7yn0wx8jgsacz26a4i1q7gpi4";
sha256 = "864edde554e7cd6578e8fe2a4c17ea8eda82da878cdfd00fd9fb3c53f696fc1e";
};
buildInputs = [
CaptureTiny PathClass TestDeep TestDir TestException