python3Packages.pygame-gui: 064 -> 067

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:35 +01:00
parent a9e8c1393d
commit 455ed05201

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pygame-gui";
version = "064";
version = "067";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "MyreMylar";
repo = "pygame_gui";
rev = "refs/tags/v_${version}";
sha256 = "sha256-13+fK1hYxiMh0T+xbbmHViZjyBoQfRyIDc05fIJ/46U=";
sha256 = "sha256-ZBd9jq+20A8kxsvZxuCIfyzuZvk5/73vhh4xmExuwGQ=";
};
propagatedBuildInputs = [ pygame python-i18n ];