Skip to content

Commit 439d736

Browse files
committed
python312Packages.pygame-gui: 0612 -> 0613
release: https://github.com/MyreMylar/pygame_gui/releases/tag/v_0613
1 parent 95272dc commit 439d736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pygame-gui/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
buildPythonPackage rec {
1515
pname = "pygame-gui";
16-
version = "0612";
16+
version = "0613";
1717
pyproject = true;
1818
# nixpkgs-update: no auto update
1919

2020
src = fetchFromGitHub {
2121
owner = "MyreMylar";
2222
repo = "pygame_gui";
2323
tag = "v_${version}";
24-
hash = "sha256-6Ps3pmQ8tYwQyv0TliOvUNLy3GjSJ2jdDQTTxfYej0o=";
24+
hash = "sha256-vLDl3VcrjjWpw4hLuKmomK6EykF1VK1CGLkEqjNUQ/Q=";
2525
};
2626

2727
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)