compare50: 1.2.7 -> 1.2.13

R. Ryantm 518cb6ff 2081733c

+3 -3
+3 -3
pkgs/by-name/co/compare50/package.nix
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "compare50"; 10 - version = "1.2.7"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "cs50"; 15 repo = "compare50"; 16 tag = "v${version}"; 17 - hash = "sha256-T7ts/9Uux2gVhh5EGv8PRh9cbCQDbLBYD06sWqNSvLU="; 18 }; 19 20 postPatch = '' ··· 65 description = "Tool for detecting similarity in code supporting over 300 languages"; 66 homepage = "https://cs50.readthedocs.io/projects/compare50/en/latest/"; 67 downloadPage = "https://github.com/cs50/compare50"; 68 - changelog = "https://github.com/cs50/compare50/releases/tag/v${version}"; 69 license = lib.licenses.gpl3Only; 70 platforms = lib.platforms.unix; 71 maintainers = with lib.maintainers; [ ethancedwards8 ];
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "compare50"; 10 + version = "1.2.13"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "cs50"; 15 repo = "compare50"; 16 tag = "v${version}"; 17 + hash = "sha256-qRESVE9242Leo6js+YrRrLff7C3IjWFKSN2/GsC/8VA="; 18 }; 19 20 postPatch = '' ··· 65 description = "Tool for detecting similarity in code supporting over 300 languages"; 66 homepage = "https://cs50.readthedocs.io/projects/compare50/en/latest/"; 67 downloadPage = "https://github.com/cs50/compare50"; 68 + changelog = "https://github.com/cs50/compare50/releases/tag/${src.tag}"; 69 license = lib.licenses.gpl3Only; 70 platforms = lib.platforms.unix; 71 maintainers = with lib.maintainers; [ ethancedwards8 ];