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

This commit is contained in:
Sandro 2022-01-20 02:53:51 +01:00 committed by GitHub
commit a60eee1450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "glcontext";
version = "2.3.3";
version = "2.3.4";
src = fetchFromGitHub {
owner = "moderngl";
repo = pname;
rev = version;
sha256 = "16kwrfjijn9bnb48rk17wapmhxq6g9s59zczh65imyncb9k82wkc";
sha256 = "1m2zkl696vqmgrd5k1c5kl0krk6qgjgsz88qhahwva0l40bswvhp";
};
disabled = !isPy3k;