Merge pull request #49959 from r-ryantm/auto-update/python3.6-websockets

python36Packages.websockets: 6.0 -> 7.0
This commit is contained in:
Jörg Thalheim 2018-11-09 00:12:33 +00:00 committed by GitHub
commit 16e4b549de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "websockets";
version = "6.0";
version = "7.0";
src = fetchPypi {
inherit pname version;
sha256 = "8f3b956d11c5b301206382726210dc1d3bee1a9ccf7aadf895aaf31f71c3716c";
sha256 = "17vwr6sa1y3lb24wzfyyc98c5v03di4j8f24qkqa9vsvaghc7qq8";
};
disabled = pythonOlder "3.3";