perl-Redis: 1.982 -> 1.991

This commit is contained in:
Robert Helgesson 2016-08-26 19:28:19 +02:00
parent 131cd8f45d
commit 223d235a71
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

@ -10749,18 +10749,18 @@ let self = _self // overrides; _self = with self; {
};
Redis = buildPerlPackage rec {
name = "Redis-1.982";
name = "Redis-1.991";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DAMS/${name}.tar.gz";
sha256 = "1ig6sg1sgdz1dq8gpafin9m4nk0n9k1hzs9c45fl6wslpyim864z";
sha256 = "f7d1a934fa9360a26e480f896f97be0fd62807f9d9baca65a9aa8d007ff2acaa";
};
buildInputs = [ IOString ModuleBuildTiny PodCoverageTrustPod TestCPANMeta TestDeep TestFatal TestSharedFork TestTCP ];
propagatedBuildInputs = [ IOSocketTimeout ];
propagatedBuildInputs = [ IOSocketTimeout TryTiny ];
meta = {
homepage = https://metacpan.org/pod/Redis;
homepage = https://github.com/PerlRedis/perl-redis;
description = "Perl binding for Redis database";
license = stdenv.lib.licenses.artistic2;
maintainers = with maintainers; [ rycee ];
maintainers = [ maintainers.rycee ];
platforms = stdenv.lib.platforms.unix;
};
};