python: pyglet: 1.3.1 -> 1.3.2

This commit is contained in:
Frederik Rietdijk 2018-05-09 16:49:57 +02:00
parent 75ab17b2b9
commit f875632ca2
1 changed files with 2 additions and 2 deletions

View File

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