File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1515
1616buildPythonPackage 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 ] ;
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments