lol

Merge pull request #83124 from gnprice/pr-python39full

python39Full: fix to use Python 3.9 rather than 3.8

authored by

Robert Hensing and committed by
GitHub
4580564d e692babf

+1 -1
+1 -1
pkgs/top-level/all-packages.nix
··· 9565 9565 python36Full = python36.override{x11Support=true;}; 9566 9566 python37Full = python37.override{x11Support=true;}; 9567 9567 python38Full = python38.override{x11Support=true;}; 9568 - python39Full = python38.override{x11Support=true;}; 9568 + python39Full = python39.override{x11Support=true;}; 9569 9569 9570 9570 # pythonPackages further below, but assigned here because they need to be in sync 9571 9571 pythonPackages = python.pkgs;