python312Packages.glfw: 2.6.5 -> 2.7.0
This commit is contained in:
parent
d6cc5bb41d
commit
bf967efdd7
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "glfw";
|
pname = "glfw";
|
||||||
version = "2.6.5";
|
version = "2.7.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||||
owner = "FlorianRhiem";
|
owner = "FlorianRhiem";
|
||||||
repo = "pyGLFW";
|
repo = "pyGLFW";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-mh2l63Nt9YMCPM3AplKWPx5HQZi2/cm+dUS56JB8fGA=";
|
hash = "sha256-9SNq8jKzgzFzonyMYoyjGbz4NDL83dPKWID9m3HZ7B8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Patch path to GLFW shared object
|
# Patch path to GLFW shared object
|
||||||
|
|
Loading…
Reference in a new issue