lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pyatmo: update disabled

authored by

Fabian Affolter and committed by
GitHub
93190ee3 ea01694b

+1 -1
+1 -1
pkgs/development/python-modules/pyatmo/default.nix
··· 20 20 version = "9.0.0"; 21 21 pyproject = true; 22 22 23 - disabled = pythonOlder "3.10"; 23 + disabled = pythonOlder "3.11"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "jabesq";