brutalmaze: pin to Python 3.12

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-01-01 14:43:50 +01:00
parent a71c6e1c39
commit 0357814159
+5 -5
View File
@@ -1,14 +1,14 @@
{
lib,
fetchFromSourcehut,
python3Packages,
python312Packages,
}:
python3Packages.buildPythonApplication rec {
python312Packages.buildPythonApplication rec {
pname = "brutalmaze";
version = "1.1.1";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.7";
disabled = python312Packages.pythonOlder "3.7";
src = fetchFromSourcehut {
owner = "~cnx";
@@ -17,11 +17,11 @@ python3Packages.buildPythonApplication rec {
sha256 = "1m105iq378mypj64syw59aldbm6bj4ma4ynhc50gafl656fabg4y";
};
nativeBuildInputs = with python3Packages; [
nativeBuildInputs = with python312Packages; [
flit-core
];
propagatedBuildInputs = with python3Packages; [
propagatedBuildInputs = with python312Packages; [
loca
palace
pygame