Merge pull request #50587 from r-ryantm/auto-update/python3.6-sseclient

python36Packages.sseclient: 0.0.19 -> 0.0.20
This commit is contained in:
Renaud 2018-11-18 21:46:15 +01:00 committed by GitHub
commit 80ddfb6606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sseclient"; pname = "sseclient";
version = "0.0.19"; version = "0.0.20";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "7a2ea3f4c8525ae9a677bc8193df5db88e23bcaafcc34938a1ee665975703a9f"; sha256 = "0h5d3lr1g1m03cz5n3bbzrg39ympjk88qd9gkrm7bic6yp73iwrd";
}; };
propagatedBuildInputs = [ requests six ]; propagatedBuildInputs = [ requests six ];