Skip to content

Commit

Permalink
python312Packages.moderngl-window: 3.0.2 -> 3.0.3 (#361427)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 3, 2024
2 parents f1f074f + ae09090 commit 3ebf7de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/moderngl-window/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,22 @@
pysdl2,
pyside2,
pyqt5,
reportlab,
av,

mesa,
}:

buildPythonPackage rec {
pname = "moderngl-window";
version = "3.0.2";
version = "3.0.3";
pyproject = true;

src = fetchFromGitHub {
owner = "moderngl";
repo = "moderngl_window";
rev = "refs/tags/${version}";
hash = "sha256-J7vcEuJC0fVYyalSm9jDT44mLThoMw78Xmj5Ap3Q9ME=";
hash = "sha256-WXHQVJJCE+7FQJjRgjnmpoGGnF20OQ6/X6Fnrzsp2fA=";
};

pythonRelaxDeps = [ "pillow" ];
Expand All @@ -62,6 +64,8 @@ buildPythonPackage rec {
PySDL2 = [ pysdl2 ];
PySide2 = [ pyside2 ];
pyqt5 = [ pyqt5 ];
pdf = [ reportlab ];
av = [ av ];
};

# Tests need a display to run.
Expand Down

0 comments on commit 3ebf7de

Please sign in to comment.