Skip to content

Commit

Permalink
Merge pull request #225547 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.glfw

python310Packages.glfw: 2.5.7 -> 2.5.9
  • Loading branch information
NickCao authored Apr 10, 2023
2 parents f0a2e06 + 255794f commit 21f48f0
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 @@ -7,7 +7,7 @@

buildPythonPackage rec {
pname = "glfw";
version = "2.5.7";
version = "2.5.9";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "FlorianRhiem";
repo = "pyGLFW";
rev = "refs/tags/v${version}";
hash = "sha256-tB9qoGIUb0KgD7SQIV7nP5/fWKY/LrP/lQbljfVqiXw=";
hash = "sha256-IQcUL+vVIjI/c8/GFkmw7kMmOJG/xAlxudgspC8pDvI=";
};

# Patch path to GLFW shared object
Expand Down

0 comments on commit 21f48f0

Please sign in to comment.