python3Packages.pysdl3: 0.9.11b0 -> 0.9.11b1

This commit is contained in:
R. Ryantm
2026-05-09 20:47:11 +00:00
parent 32fb638cf4
commit 4e4c030d43
@@ -30,7 +30,7 @@ let
in
buildPythonPackage rec {
pname = "pysdl3";
version = "0.9.11b0";
version = "0.9.11b1";
pyproject = true;
pythonImportsCheck = [ "sdl3" ];
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "Aermoss";
repo = "PySDL3";
tag = "v${version}";
hash = "sha256-lUnQ5YDM6HXarZUSy+x95lStBXDQlvG5JL6hFdHg6z0=";
hash = "sha256-fATBYZ4DYpOYYr09SwfODaWqEwQtig0smqI2Pjnv9uo=";
};
docfile = fetchurl {