Skip to content

Commit

Permalink
python312Packages.glfw: 2.7.0 -> 2.8.0 (#358230)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 29, 2024
2 parents b10f629 + d8adb24 commit 323d07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/glfw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "glfw";
version = "2.7.0";
version = "2.8.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "FlorianRhiem";
repo = "pyGLFW";
rev = "refs/tags/v${version}";
hash = "sha256-9SNq8jKzgzFzonyMYoyjGbz4NDL83dPKWID9m3HZ7B8=";
hash = "sha256-3jcj4YExEtK1ANKDQsq94/NKF6GXXTFTEsXO3Jpf1uQ=";
};

# Patch path to GLFW shared object
Expand Down

0 comments on commit 323d07e

Please sign in to comment.