Loading pkgs/development/python-modules/solarlog-cli/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "solarlog-cli"; version = "0.6.1"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.12"; Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "dontinelli"; repo = "solarlog_cli"; tag = "v${version}"; hash = "sha256-mO/EPJ/CF3FM1tPnQOT9vit6WjV+jsWrTQ1MH2UUIIc="; hash = "sha256-ryhC2RpLK7olglgOOmja4LzUpVyi6vt6vj3EntUYZx0="; }; build-system = [ hatchling ]; Loading pkgs/development/python-modules/trio-asyncio/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ exceptiongroup, pytest-trio, pytestCheckHook, pythonAtLeast, pythonOlder, }: Loading @@ -18,7 +19,8 @@ buildPythonPackage rec { version = "0.15.0"; pyproject = true; disabled = pythonOlder "3.8"; # https://github.com/python-trio/trio-asyncio/issues/160 disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "python-trio"; Loading Loading
pkgs/development/python-modules/solarlog-cli/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "solarlog-cli"; version = "0.6.1"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.12"; Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "dontinelli"; repo = "solarlog_cli"; tag = "v${version}"; hash = "sha256-mO/EPJ/CF3FM1tPnQOT9vit6WjV+jsWrTQ1MH2UUIIc="; hash = "sha256-ryhC2RpLK7olglgOOmja4LzUpVyi6vt6vj3EntUYZx0="; }; build-system = [ hatchling ]; Loading
pkgs/development/python-modules/trio-asyncio/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ exceptiongroup, pytest-trio, pytestCheckHook, pythonAtLeast, pythonOlder, }: Loading @@ -18,7 +19,8 @@ buildPythonPackage rec { version = "0.15.0"; pyproject = true; disabled = pythonOlder "3.8"; # https://github.com/python-trio/trio-asyncio/issues/160 disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "python-trio"; Loading