Skip to content

Commit 81451ec

Browse files
authored
python3Packages.solarlog-cli: 0.6.1 -> 0.7.0 (#477709)
2 parents 4f3531b + dbbbfa5 commit 81451ec

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pkgs/development/python-modules/solarlog-cli/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
buildPythonPackage rec {
1717
pname = "solarlog-cli";
18-
version = "0.6.1";
18+
version = "0.7.0";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
owner = "dontinelli";
2525
repo = "solarlog_cli";
2626
tag = "v${version}";
27-
hash = "sha256-mO/EPJ/CF3FM1tPnQOT9vit6WjV+jsWrTQ1MH2UUIIc=";
27+
hash = "sha256-ryhC2RpLK7olglgOOmja4LzUpVyi6vt6vj3EntUYZx0=";
2828
};
2929

3030
build-system = [ hatchling ];

pkgs/development/python-modules/trio-asyncio/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
exceptiongroup,
1111
pytest-trio,
1212
pytestCheckHook,
13+
pythonAtLeast,
1314
pythonOlder,
1415
}:
1516

@@ -18,7 +19,8 @@ buildPythonPackage rec {
1819
version = "0.15.0";
1920
pyproject = true;
2021

21-
disabled = pythonOlder "3.8";
22+
# https://github.com/python-trio/trio-asyncio/issues/160
23+
disabled = pythonAtLeast "3.14";
2224

2325
src = fetchFromGitHub {
2426
owner = "python-trio";

0 commit comments

Comments
 (0)