python310Packages.glcontext: 2.3.5 -> 2.3.6

This commit is contained in:
R. Ryantm 2022-04-25 16:49:17 +00:00 committed by Jonathan Ringer
parent 01edd1a409
commit 6885610b20

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "glcontext";
version = "2.3.5";
version = "2.3.6";
src = fetchFromGitHub {
owner = "moderngl";
repo = pname;
rev = version;
sha256 = "sha256-wvoIfwd0UBooqbJGshADjf96Xqx2k9G1nN3Dy6v3GIY=";
rev = "refs/tags/${version}";
sha256 = "sha256-fE1fyoKQz1jmTBcAz2CbkLjRfgN5QedpMOLMU8keIZs=";
};
disabled = !isPy3k;