Merge pull request #107586 from r-ryantm/auto-update/python3.7-pygame

python37Packages.pygame: 2.0.0 -> 2.0.1
This commit is contained in:
Sandro 2020-12-25 20:18:05 +01:00 committed by GitHub
commit 1e2571ac21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "pygame";
version = "2.0.0";
version = "2.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "63b038da116a643046181b02173fd894d87d2f85ecfd6aa7d5ece73c6ef501e9";
sha256 = "8b1e7b63f47aafcdd8849933b206778747ef1802bd3d526aca45ed77141e4001";
};
nativeBuildInputs = [