lol
0
fork

Configure Feed

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

python311Packages.python-fsutil: update disabled

authored by

Fabian Affolter and committed by
GitHub
58538146 bbc2a9c5

+1 -1
+1 -1
pkgs/development/python-modules/python-fsutil/default.nix
··· 11 11 version = "0.11.0"; 12 12 format = "setuptools"; 13 13 14 - disabled = pythonOlder "3.7"; 14 + disabled = pythonOlder "3.8"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "fabiocaccamo";