lol
fork

Configure Feed

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

python311Packages.cwl-upgrader: update disabled

authored by

Fabian Affolter and committed by
GitHub
af55bf40 4321787a

+1 -1
+1 -1
pkgs/development/python-modules/cwl-upgrader/default.nix
··· 14 14 version = "1.2.9"; 15 15 format = "setuptools"; 16 16 17 - disabled = pythonOlder "3.7"; 17 + disabled = pythonOlder "3.8"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "common-workflow-language";