python3Packages.pyglet: 2.1.11 -> 2.1.12

https://github.com/pyglet/pyglet/blob/v2.1.12/RELEASE_NOTES

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:57 +01:00
parent d8f5c953b6
commit 549baef531
@@ -27,7 +27,7 @@
}:
buildPythonPackage rec {
version = "2.1.11";
version = "2.1.12";
pname = "pyglet";
pyproject = true;
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "pyglet";
repo = "pyglet";
tag = "v${version}";
hash = "sha256-aGMEjC7Huykdwx4JW9Uoo8a7diJ85iaXM9XCbbyQXk8=";
hash = "sha256-stzz7sxPH6cduhG2ySw/Zg+wdTE/Y0ZeBU90D0Aa2oU=";
};
# find_library doesn't reliably work with nix (https://github.com/NixOS/nixpkgs/issues/7307).