Commit 549baef5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent d8f5c953
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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).