pysolfc: 2.6.4 -> 2.16.0

PySolFC 2.6.4 does not build on python >= 3.8. Ten minor versions' worth
of release notes is otherwise too large to fit here.

+6 -5
+6 -5
pkgs/games/pysolfc/default.nix
··· 3 3 4 4 buildPythonApplication rec { 5 5 pname = "PySolFC"; 6 - version = "2.6.4"; 6 + version = "2.16.0"; 7 7 8 8 src = fetchzip { 9 9 url = "https://versaweb.dl.sourceforge.net/project/pysolfc/PySolFC/PySolFC-${version}/PySolFC-${version}.tar.xz"; 10 - sha256 = "1bd84law5b1yga3pryggdvlfvm0l62gci2q8y3q79cysdk3z4w3z"; 10 + sha256 = "sha256-kklB16IrDicxqMee1kbxtoqgwcSrMjCV4HP6GtnZxo8="; 11 11 }; 12 12 13 13 cardsets = fetchzip { 14 - url = "https://versaweb.dl.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.0/PySolFC-Cardsets-2.0.tar.bz2"; 15 - sha256 = "0h0fibjv47j8lkc1bwnlbbvrx2nr3l2hzv717kcgagwhc7v2mrqh"; 14 + url = "https://versaweb.dl.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.1/PySolFC-Cardsets-2.1.tar.bz2"; 15 + sha256 = "sha256-0ji6jY7zJFaaaJdInaULKUou+u934RMzYjxVDGVHbE0="; 16 16 }; 17 17 18 18 propagatedBuildInputs = with python3Packages; [ 19 - tkinter six random2 19 + tkinter six random2 configobj 20 + pysol-cards attrs pycotap 20 21 # optional : 21 22 pygame freecell-solver pillow 22 23 ];