Skip to content

Commit

Permalink
python312Packages.moderngl-window: 3.0.3 -> 3.1.0 (#373137)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 12, 2025
2 parents ab2f98c + e79173d commit 4b47fa9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pkgs/development/python-modules/moderngl-window/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,

Expand Down Expand Up @@ -30,25 +29,21 @@

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

src = fetchFromGitHub {
owner = "moderngl";
repo = "moderngl_window";
tag = version;
hash = "sha256-WXHQVJJCE+7FQJjRgjnmpoGGnF20OQ6/X6Fnrzsp2fA=";
hash = "sha256-oXUdYTvpvaML1YsqK7HudQV/RvUx6N0K/xYuiNp8uos=";
};

pythonRelaxDeps = [
"numpy" # https://github.com/moderngl/moderngl-window/issues/193
];

build-system = [
setuptools
];

propagatedBuildInputs = [
dependencies = [
moderngl
numpy
pillow
Expand Down Expand Up @@ -82,6 +77,5 @@ buildPythonPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ c0deaddict ];
inherit (mesa.meta) platforms;
broken = stdenv.hostPlatform.isDarwin;
};
}

0 comments on commit 4b47fa9

Please sign in to comment.