python36Packages.sseclient: 0.0.19 -> 0.0.20

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-sseclient/versions
This commit is contained in:
R. RyanTM 2018-11-18 05:46:54 -08:00
parent d208fa53eb
commit b8e006bf09

View file

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