[cpan2nix] perlPackages.Redis: 1.996 -> 1.998

This commit is contained in:
volth 2020-09-09 09:13:58 +00:00
parent fdee66ca75
commit ba3700d32a
1 changed files with 3 additions and 3 deletions

View File

@ -16745,10 +16745,10 @@ let
Redis = buildPerlModule {
pname = "Redis";
version = "1.996";
version = "1.998";
src = fetchurl {
url = mirror://cpan/authors/id/D/DA/DAMS/Redis-1.996.tar.gz;
sha256 = "5c196d56a4d771abb2042fd52f252096497fc86f35910581e0956b5710ea74b6";
url = "mirror://cpan/authors/id/D/DA/DAMS/Redis-1.998.tar.gz";
sha256 = "59f3bb176c3a7a54cb3779497b89a7bae1fb217565c68711d585fc1f09d79c87";
};
buildInputs = [ IOString ModuleBuildTiny TestDeep TestFatal TestSharedFork TestTCP ];
propagatedBuildInputs = [ IOSocketTimeout TryTiny ];