Merge pull request #54142 from r-ryantm/auto-update/python3.7-Flask-SocketIO

python37Packages.flask-socketio: 3.1.0 -> 3.1.2
This commit is contained in:
Jörg Thalheim 2019-01-17 07:38:10 +00:00 committed by GitHub
commit c625e8f904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "Flask-SocketIO";
version = "3.1.0";
version = "3.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "a7188b35f7874903f554b3a1a3a4465213e765c4f17182fa5cb3d9f6915da4c1";
sha256 = "1hcl0qnhfqc9x4y6fnvsrablim8yfqfg2i097b2v3srlz69vdyr6";
};
propagatedBuildInputs = [