perl-Redis: 1.981 -> 1.982

This commit is contained in:
Robert Helgesson 2016-02-16 16:26:03 +01:00
parent affb893831
commit ae385fb25c

View file

@ -9875,10 +9875,10 @@ let self = _self // overrides; _self = with self; {
};
Redis = buildPerlPackage rec {
name = "Redis-1.981";
name = "Redis-1.982";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DAMS/${name}.tar.gz";
sha256 = "5eb65fb6fdfc43f143c7095ec9500f829724274a295eb43d3882ff8798fa3793";
sha256 = "1ig6sg1sgdz1dq8gpafin9m4nk0n9k1hzs9c45fl6wslpyim864z";
};
buildInputs = [ IOString ModuleBuildTiny PodCoverageTrustPod TestCPANMeta TestDeep TestFatal TestSharedFork TestTCP ];
propagatedBuildInputs = [ IOSocketTimeout ];