about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-03-05 04:00:14 +0000
committervolth <volth@volth.com>2019-03-05 04:00:14 +0000
commit85a0f1406a0b98f1fa5932ee55313056e2e6e6b0 (patch)
tree880a876bf8d8885ef54ff5ffd7a58b8e3d4fee15 /pkgs/top-level/perl-packages.nix
parent27fdc8a45888be61194bc4590ac2bd28161f8369 (diff)
downloadnixlib-85a0f1406a0b98f1fa5932ee55313056e2e6e6b0.tar
nixlib-85a0f1406a0b98f1fa5932ee55313056e2e6e6b0.tar.gz
nixlib-85a0f1406a0b98f1fa5932ee55313056e2e6e6b0.tar.bz2
nixlib-85a0f1406a0b98f1fa5932ee55313056e2e6e6b0.tar.lz
nixlib-85a0f1406a0b98f1fa5932ee55313056e2e6e6b0.tar.xz
nixlib-85a0f1406a0b98f1fa5932ee55313056e2e6e6b0.tar.zst
nixlib-85a0f1406a0b98f1fa5932ee55313056e2e6e6b0.zip
[cpan2nix] perlPackages.AppSqitch: 0.9998 -> 0.9999
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index b1e46facef6c..0ba27c9eb62e 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -413,14 +413,14 @@ let
   };
 
   AppSqitch = buildPerlModule rec {
-    version = "0.9998";
+    version = "0.9999";
     name = "App-Sqitch-${version}";
     src = fetchurl {
       url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
-      sha256 = "5539f15c0e26ad3595e658e2c21481b0748cc89f6dca0a6ded1fdc62f88c8a5a";
+      sha256 = "f5bfa80206738ab8a70358a3b0557661c7459e11ec07dece23ecafa1f34372b3";
     };
-    buildInputs = [ CaptureTiny TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestNoWarnings ];
-    propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale FileHomeDir HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl_perl ];
+    buildInputs = [ CaptureTiny IOPager TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestNoWarnings TestWarn ];
+    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.
     meta = {
       homepage = https://sqitch.org/;