python310Packages.pysdl2: 0.9.14 -> 0.9.15

This commit is contained in:
R. Ryantm 2023-01-09 08:33:30 +00:00
parent 21b9c3cee5
commit dded97c8d5

View file

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