python37Packages.pyglet: 1.3.2 -> 1.4.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyglet/versions
This commit is contained in:
R. RyanTM 2019-08-05 08:19:12 -07:00
parent 53328909da
commit 24c9137780

View File

@ -11,12 +11,12 @@
}:
buildPythonPackage rec {
version = "1.3.2";
version = "1.4.1";
pname = "pyglet";
src = fetchPypi {
inherit pname version;
sha256 = "b00570e7cdf6971af8953b6ece50d83d13272afa5d1f1197c58c0f478dd17743";
sha256 = "132p484g53b9p8g3q2bcnhzyg9x37hsm4rhpscl4llngjw5fbk22";
};
# find_library doesn't reliably work with nix (https://github.com/NixOS/nixpkgs/issues/7307).