lol

python3Packages.py-desmume: 0.0.4.post2 -> 0.0.5.post0

+3 -3
+3 -3
pkgs/development/python-modules/py-desmume/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "py-desmume"; 20 - version = "0.0.4.post2"; 20 + version = "0.0.5.post0"; 21 21 format = "setuptools"; 22 22 23 23 disabled = pythonOlder "3.7"; ··· 26 26 owner = "SkyTemple"; 27 27 repo = pname; 28 28 rev = version; 29 - hash = "sha256-a819+K/Ovnz53ViDKpUGGjeblWvrAO5ozt/tizdLKCY="; 29 + hash = "sha256-q6E7J7e0yXt+jo1KNqqAw2cG/Us+Tw0dLfTqAKWfAlc="; 30 30 fetchSubmodules = true; 31 31 }; 32 32 ··· 64 64 description = "Python library to interface with DeSmuME, the Nintendo DS emulator"; 65 65 homepage = "https://github.com/SkyTemple/py-desmume"; 66 66 license = licenses.gpl3Plus; 67 - maintainers = with maintainers; [ xfix ]; 67 + maintainers = with maintainers; [ marius851000 xfix ]; 68 68 }; 69 69 }