Merge pull request #282208 from r-ryantm/auto-update/python311Packages.pysdl2

python311Packages.pysdl2: 0.9.15 -> 0.9.16
This commit is contained in:
Sandro
2024-02-04 23:15:47 +01:00
committed by GitHub
@@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "PySDL2";
version = "0.9.15";
version = "0.9.16";
# The tests use OpenGL using find_library, which would have to be
# patched; also they seem to actually open X windows and test stuff
@@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-kIp946iMKyKiwhppkXxTIVKJW9GkkFJ6Jw7hTK1A5kc=";
hash = "sha256-ECdAa62+zdMP5W6AClp2rX1ycaOuwLes94DuJqAPLUA=";
};
# Deliberately not in propagated build inputs; users can decide