lol
fork

Configure Feed

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

python313Packages.pymiele: update disabled

authored by

Robert Schütz and committed by
Martin Weinelt
46b18548 73d2143f

+1 -1
+1 -1
pkgs/development/python-modules/pymiele/default.nix
··· 12 12 version = "0.4.3"; 13 13 pyproject = true; 14 14 15 - disabled = pythonOlder "3.11"; 15 + disabled = pythonOlder "3.13"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version;