nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.mcstatus: 12.0.1 -> 12.0.2

R. Ryantm 55f5e6c4 a2601227

+3 -3
+3 -3
pkgs/development/python-modules/mcstatus/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "mcstatus"; 17 - version = "12.0.1"; 17 + version = "12.0.2"; 18 18 pyproject = true; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "py-mine"; 22 22 repo = "mcstatus"; 23 23 tag = "v${version}"; 24 - hash = "sha256-FSXELbEQYUUu2maWBFb5Fj7Y3zXqwmFQRAu+nNco0lQ="; 24 + hash = "sha256-DWIpN7oBbb/F5aER0v0qhcQsDoa/EfizjHgy/BE2P6E="; 25 25 }; 26 26 27 27 build-system = [ hatchling ]; ··· 55 55 description = "Python library for checking the status of Minecraft servers"; 56 56 mainProgram = "mcstatus"; 57 57 homepage = "https://github.com/py-mine/mcstatus"; 58 - changelog = "https://github.com/py-mine/mcstatus/releases/tag/v${version}"; 58 + changelog = "https://github.com/py-mine/mcstatus/releases/tag/${src.tag}"; 59 59 license = with lib.licenses; [ asl20 ]; 60 60 maintainers = with lib.maintainers; [ 61 61 fab