pythonPackages.keepalive: 0.4.1 -> 0.5
This commit is contained in:
parent
2a46ead803
commit
55d3637361
@ -7965,13 +7965,16 @@ in modules // {
|
|||||||
|
|
||||||
keepalive = buildPythonPackage rec {
|
keepalive = buildPythonPackage rec {
|
||||||
name = "keepalive-${version}";
|
name = "keepalive-${version}";
|
||||||
version = "0.4.1";
|
version = "0.5";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/k/keepalive/keepalive-${version}.tar.gz";
|
url = "https://pypi.python.org/packages/source/k/keepalive/keepalive-${version}.tar.gz";
|
||||||
sha256 = "07vn3b67ajwi7vv37h02kw7hg2z5dxhn9947dnvii05rfr5b27iy";
|
sha256 = "3c6b96f9062a5a76022f0c9d41e9ef5552d80b1cadd4fccc1bf8f183ba1d1ec1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# No tests included
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An HTTP handler for `urllib2` that supports HTTP 1.1 and keepalive.";
|
description = "An HTTP handler for `urllib2` that supports HTTP 1.1 and keepalive.";
|
||||||
homepage = "https://github.com/wikier/keepalive";
|
homepage = "https://github.com/wikier/keepalive";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user