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