We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95272dc commit 439d736Copy full SHA for 439d736
pkgs/development/python-modules/pygame-gui/default.nix
@@ -13,15 +13,15 @@
13
14
buildPythonPackage rec {
15
pname = "pygame-gui";
16
- version = "0612";
+ version = "0613";
17
pyproject = true;
18
# nixpkgs-update: no auto update
19
20
src = fetchFromGitHub {
21
owner = "MyreMylar";
22
repo = "pygame_gui";
23
tag = "v_${version}";
24
- hash = "sha256-6Ps3pmQ8tYwQyv0TliOvUNLy3GjSJ2jdDQTTxfYej0o=";
+ hash = "sha256-vLDl3VcrjjWpw4hLuKmomK6EykF1VK1CGLkEqjNUQ/Q=";
25
};
26
27
nativeBuildInputs = [ setuptools ];
0 commit comments