Loading pkgs/development/python-modules/anyio/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ buildPythonPackage rec { pname = "anyio"; version = "4.10.0"; version = "4.11.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -42,7 +42,7 @@ buildPythonPackage rec { owner = "agronholm"; repo = "anyio"; tag = version; hash = "sha256-9nOGQTqdO3VzA9c97BpZqqwpll5O5+3gRvF/l2Y2ars="; hash = "sha256-TOXg9J/Z2S5/X7OBgU+J0HZNB3BDluaWTqDiqp3O4ek="; }; build-system = [ setuptools-scm ]; 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/anyio/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ buildPythonPackage rec { pname = "anyio"; version = "4.10.0"; version = "4.11.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -42,7 +42,7 @@ buildPythonPackage rec { owner = "agronholm"; repo = "anyio"; tag = version; hash = "sha256-9nOGQTqdO3VzA9c97BpZqqwpll5O5+3gRvF/l2Y2ars="; hash = "sha256-TOXg9J/Z2S5/X7OBgU+J0HZNB3BDluaWTqDiqp3O4ek="; }; build-system = [ setuptools-scm ]; 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