python37Packages.trio: 0.9.0 -> 0.10.0 (#54098)

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.7-trio/versions
This commit is contained in:
R. RyanTM 2019-01-18 11:15:47 -08:00 committed by Robert Schütz
parent 1d1aa5e96e
commit a70f5d741f

View file

@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "trio";
version = "0.9.0";
version = "0.10.0";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "6d905d950dfa1db3fad6b5ef5637c221947123fd2b0e112033fecfc582318c3b";
sha256 = "1c1snnhjg8l87ygf5p9z2qjcq090mws5w7pr9aaiava0yqawq8yk";
};
checkInputs = [ pytest pyopenssl trustme jedi pylint ];