Merge pull request #239924 from r-ryantm/auto-update/python310Packages.pyglet

python310Packages.pyglet: 2.0.7 -> 2.0.8
This commit is contained in:
Weijia Wang 2023-06-26 18:28:54 +02:00 committed by GitHub
commit 744aa21bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
}:
buildPythonPackage rec {
version = "2.0.7";
version = "2.0.8";
pname = "pyglet";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-koL5SXwcDNyyzDnYwFCQz2ht7bnrvvSo3kmvIqCuDo8=";
hash = "sha256-xc+aEywcAaZ/VL959aTNi0Rm1Cb1aFIDMHij9nzYg8Y=";
extension = "zip";
};