3
0
Fork 0
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:
R. RyanTM 2018-10-29 04:30:22 -07:00 committed by xeji
parent 1288766e61
commit 99aff820e7

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "gevent-websocket";
version = "0.9.3";
version = "0.10.1";
# SyntaxError in tests.
disabled = isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "07rqwfpbv13mk6gg8mf0bmvcf6siyffjpgai1xd8ky7r801j4xb4";
sha256 = "1c2zv2rahp1gil3cj66hfsqgy0n35hz9fny3ywhr2319d0lz7bky";
};
propagatedBuildInputs = [ gevent ];