python: pyglet: 1.3.0 -> 1.3.1

This commit is contained in:
Frederik Rietdijk 2018-02-17 14:21:56 +01:00
parent 9d23f5b989
commit 6b3d946db2
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
, mesa, xorg, freetype, fontconfig, future}: , mesa, xorg, freetype, fontconfig, future}:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.3.0"; version = "1.3.1";
pname = "pyglet"; pname = "pyglet";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "640a8f8e3d7bf8dbb551fa707f14021f619932990ab1401c48ba9dbcc6c2242c"; sha256 = "0a73280fa3949ea4890fee28f625c10b1e10a7cda390a08b6bce4740948167cd";
}; };
postPatch = let postPatch = let