perlPackages.Redis: 1.998 -> 2.000

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:11 +02:00
parent d524e0975d
commit d7bee08676

View File

@ -21218,10 +21218,10 @@ with self; {
Redis = buildPerlModule {
pname = "Redis";
version = "1.998";
version = "2.000";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DAMS/Redis-1.998.tar.gz";
hash = "sha256-WfO7F2w6elTLN3lJe4mnuuH7IXVlxocR1YX8HwnXnIc=";
url = "mirror://cpan/authors/id/D/DA/DAMS/Redis-2.000.tar.gz";
hash = "sha256-FMuJl5chJhW06T+Rbcva+0jQHF6qsgOP5ssXm/lcb+s=";
};
buildInputs = [ IOString ModuleBuildTiny TestDeep TestFatal TestSharedFork TestTCP ];
propagatedBuildInputs = [ IOSocketTimeout TryTiny ];