0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python313Packages.pygame-gui: 0613 -> 0614

This commit is contained in:
Peder Bergebakken Sundt 2025-05-30 20:41:38 +02:00
parent 2e41add9ee
commit 3c91dc3f90

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pygame-gui";
version = "0613";
version = "0614";
pyproject = true;
# nixpkgs-update: no auto update
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "MyreMylar";
repo = "pygame_gui";
tag = "v_${version}";
hash = "sha256-vLDl3VcrjjWpw4hLuKmomK6EykF1VK1CGLkEqjNUQ/Q=";
hash = "sha256-wLvWaJuXMXk7zOaSZfIpsXhQt+eCjOtlh8IRuKbR75o=";
};
nativeBuildInputs = [ setuptools ];