mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python313Packages.pygame-gui: 0613 -> 0614
This commit is contained in:
parent
2e41add9ee
commit
3c91dc3f90
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pygame-gui";
|
pname = "pygame-gui";
|
||||||
version = "0613";
|
version = "0614";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
# nixpkgs-update: no auto update
|
# nixpkgs-update: no auto update
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||||
owner = "MyreMylar";
|
owner = "MyreMylar";
|
||||||
repo = "pygame_gui";
|
repo = "pygame_gui";
|
||||||
tag = "v_${version}";
|
tag = "v_${version}";
|
||||||
hash = "sha256-vLDl3VcrjjWpw4hLuKmomK6EykF1VK1CGLkEqjNUQ/Q=";
|
hash = "sha256-wLvWaJuXMXk7zOaSZfIpsXhQt+eCjOtlh8IRuKbR75o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools ];
|
nativeBuildInputs = [ setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue