From 227cbe0056cd930bcce0aa6a3235c483a2a2c81d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 7 Mar 2023 23:16:21 +0000 Subject: [PATCH] Revert "python3Packages.pygame: 2.1.2 -> 2.1.3" This reverts commit 9926e12de6e110eb09cfce2138b9b3126f7c7131. The patches don't apply, leave this to the maintainers to update. --- pkgs/development/python-modules/pygame/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pygame/default.nix b/pkgs/development/python-modules/pygame/default.nix index c73be8d05c32..982f73e3f49f 100644 --- a/pkgs/development/python-modules/pygame/default.nix +++ b/pkgs/development/python-modules/pygame/default.nix @@ -6,16 +6,16 @@ buildPythonPackage rec { pname = "pygame"; - version = "2.1.3"; + version = "2.1.2"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = "refs/tags/${version}"; + rev = version; # Unicode file names lead to different checksums on HFS+ vs. other # filesystems because of unicode normalisation. The documentation # has such files and will be removed. - hash = "sha256-CST51mTFytCAubx69nie6Vu99DRIVUEW6uTPa4APcTE="; + hash = "sha256-v1z6caEMJNXqbcbTmFXoy3KQewHiz6qK4vhNU6Qbukk="; postFetch = "rm -rf $out/docs/reST"; };