pysolfc: unpin python311

This commit is contained in:
Peder Bergebakken Sundt
2025-05-30 03:50:25 +02:00
parent b6dd19a100
commit bec1f651b9
+3 -3
View File
@@ -2,7 +2,7 @@
lib,
stdenv,
fetchzip,
python311Packages,
python3Packages,
desktop-file-utils,
freecell-solver,
black-hole-solver,
@@ -10,7 +10,7 @@
gitUpdater,
}:
python311Packages.buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "pysolfc";
version = "3.2.0";
@@ -51,7 +51,7 @@ python311Packages.buildPythonApplication rec {
'';
};
propagatedBuildInputs = with python311Packages; [
propagatedBuildInputs = with python3Packages; [
tkinter
six
random2