python3Packages.PySDL2: 0.9.11 -> 0.9.14

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:17 +02:00
parent 26e6aa8b9e
commit 2d4a1be482

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "PySDL2";
version = "0.9.11";
version = "0.9.14";
# The tests use OpenGL using find_library, which would have to be
# patched; also they seem to actually open X windows and test stuff
# like "screensaver disabling", which would have to be cleverly
@ -11,7 +11,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "93e51057d39fd583b80001d42b21d5a3f71e30d489d85924d944b2c7350e2da6";
sha256 = "sha256-JAkfjZ5DdkZZHH921bru49OqbNiuSSpRxwJuUzifGHo=";
};
# Deliberately not in propagated build inputs; users can decide