Merge pull request #265784 from r-ryantm/auto-update/python310Packages.glcontext

python310Packages.glcontext: 2.4.0 -> 2.5.0
This commit is contained in:
Nick Cao
2023-11-06 08:56:04 -05:00
committed by GitHub
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "glcontext";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "moderngl";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-TGkVDZbxxvOOal+rLHeCNUoyOzvg9wQsAMan8LDn938=";
hash = "sha256-ld+INKIGDZA2Y+sTxDPY7MI1nru6x+FeixngaJQzKkg=";
};
disabled = !isPy3k;