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:
parent
1d1aa5e96e
commit
a70f5d741f
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "trio";
|
pname = "trio";
|
||||||
version = "0.9.0";
|
version = "0.10.0";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6d905d950dfa1db3fad6b5ef5637c221947123fd2b0e112033fecfc582318c3b";
|
sha256 = "1c1snnhjg8l87ygf5p9z2qjcq090mws5w7pr9aaiava0yqawq8yk";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pyopenssl trustme jedi pylint ];
|
checkInputs = [ pytest pyopenssl trustme jedi pylint ];
|
||||||
|
|
Loading…
Reference in New Issue