forked from mirrors/nixpkgs
python27Packages.gevent-websocket: 0.9.3 -> 0.10.1 (#49010)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-gevent-websocket/versions
This commit is contained in:
parent
1288766e61
commit
99aff820e7
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gevent-websocket";
|
pname = "gevent-websocket";
|
||||||
version = "0.9.3";
|
version = "0.10.1";
|
||||||
# SyntaxError in tests.
|
# SyntaxError in tests.
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "07rqwfpbv13mk6gg8mf0bmvcf6siyffjpgai1xd8ky7r801j4xb4";
|
sha256 = "1c2zv2rahp1gil3cj66hfsqgy0n35hz9fny3ywhr2319d0lz7bky";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ gevent ];
|
propagatedBuildInputs = [ gevent ];
|
||||||
|
|
Loading…
Reference in a new issue