Skip to content

Commit

Permalink
python312Packages.pygame-gui: 0612 -> 0613
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Dec 30, 2024
1 parent 0b2d91f commit bac3899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pygame-gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "pygame-gui";
version = "0612";
version = "0613";
pyproject = true;
# nixpkgs-update: no auto update

src = fetchFromGitHub {
owner = "MyreMylar";
repo = "pygame_gui";
rev = "refs/tags/v_${version}";
hash = "sha256-6Ps3pmQ8tYwQyv0TliOvUNLy3GjSJ2jdDQTTxfYej0o=";
hash = "sha256-vLDl3VcrjjWpw4hLuKmomK6EykF1VK1CGLkEqjNUQ/Q=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit bac3899

Please sign in to comment.