check50: 3.3.11 -> 3.4.0

R. Ryantm bdcf4524 286ea57c

+3 -3
+3 -3
pkgs/by-name/ch/check50/package.nix
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "check50"; 10 - version = "3.3.11"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "cs50"; 15 repo = "check50"; 16 tag = "v${version}"; 17 - hash = "sha256-+qyEMzAJG/fyIqj+0mk0HTxTlQk6sHZhvmfd9Hgj/aw="; 18 }; 19 20 build-system = [ ··· 45 description = "Testing tool for checking student CS50 code"; 46 homepage = "https://cs50.readthedocs.io/projects/check50/en/latest/"; 47 downloadPage = "https://github.com/cs50/check50"; 48 - changelog = "https://github.com/cs50/check50/releases/tag/v${version}"; 49 license = lib.licenses.gpl3Only; 50 platforms = lib.platforms.unix; 51 maintainers = with lib.maintainers; [ ethancedwards8 ];
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "check50"; 10 + version = "3.4.0"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "cs50"; 15 repo = "check50"; 16 tag = "v${version}"; 17 + hash = "sha256-3WxFdXECIjbTxHK65BFnxOroEYzu7iOJwm15gIjitLA="; 18 }; 19 20 build-system = [ ··· 45 description = "Testing tool for checking student CS50 code"; 46 homepage = "https://cs50.readthedocs.io/projects/check50/en/latest/"; 47 downloadPage = "https://github.com/cs50/check50"; 48 + changelog = "https://github.com/cs50/check50/releases/tag/${src.tag}"; 49 license = lib.licenses.gpl3Only; 50 platforms = lib.platforms.unix; 51 maintainers = with lib.maintainers; [ ethancedwards8 ];