Loading pkgs/development/python-modules/trio/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ pyopenssl, pytestCheckHook, pytest-trio, pyyaml, trustme, }: Loading @@ -35,7 +36,7 @@ let in buildPythonPackage rec { pname = "trio"; version = "0.30.0"; version = "0.31.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -44,7 +45,7 @@ buildPythonPackage rec { owner = "python-trio"; repo = "trio"; tag = "v${version}"; hash = "sha256-spYHwVq3iNhnZQf2z7aTyDuSCiSl3X5PD6siXqLC4EA="; hash = "sha256-cl1GstWVHDD3nWx835k2hnswt/+AnoTLXjxVIfLP6Es="; }; build-system = [ setuptools ]; Loading @@ -66,6 +67,7 @@ buildPythonPackage rec { pyopenssl pytestCheckHook pytest-trio' pyyaml trustme ]; Loading Loading
pkgs/development/python-modules/trio/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ pyopenssl, pytestCheckHook, pytest-trio, pyyaml, trustme, }: Loading @@ -35,7 +36,7 @@ let in buildPythonPackage rec { pname = "trio"; version = "0.30.0"; version = "0.31.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -44,7 +45,7 @@ buildPythonPackage rec { owner = "python-trio"; repo = "trio"; tag = "v${version}"; hash = "sha256-spYHwVq3iNhnZQf2z7aTyDuSCiSl3X5PD6siXqLC4EA="; hash = "sha256-cl1GstWVHDD3nWx835k2hnswt/+AnoTLXjxVIfLP6Es="; }; build-system = [ setuptools ]; Loading @@ -66,6 +67,7 @@ buildPythonPackage rec { pyopenssl pytestCheckHook pytest-trio' pyyaml trustme ]; Loading