lol

pysolfc: unpin python311

+3 -3
+3 -3
pkgs/by-name/py/pysolfc/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchzip, 5 - python311Packages, 5 + python3Packages, 6 6 desktop-file-utils, 7 7 freecell-solver, 8 8 black-hole-solver, ··· 10 10 gitUpdater, 11 11 }: 12 12 13 - python311Packages.buildPythonApplication rec { 13 + python3Packages.buildPythonApplication rec { 14 14 pname = "pysolfc"; 15 15 version = "3.2.0"; 16 16 ··· 51 51 ''; 52 52 }; 53 53 54 - propagatedBuildInputs = with python311Packages; [ 54 + propagatedBuildInputs = with python3Packages; [ 55 55 tkinter 56 56 six 57 57 random2