Merge pull request #320753 from pbsds/bump-pygame-gui-1718708965

python311Packages.pygame-gui: 0611 -> 0612
This commit is contained in:
Peder Bergebakken Sundt 2024-06-24 14:13:58 +02:00 committed by GitHub
commit 2cf0557e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pygame-gui";
version = "0611";
version = "0612";
pyproject = true;
# nixpkgs-update: no auto update
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "MyreMylar";
repo = "pygame_gui";
rev = "refs/tags/v_${version}";
hash = "sha256-bibw6RUQKsOsaISunVEdQCT39KnXJ2VKVrAqsPS+Lu8=";
hash = "sha256-6Ps3pmQ8tYwQyv0TliOvUNLy3GjSJ2jdDQTTxfYej0o=";
};
nativeBuildInputs = [ setuptools ];