snakemake: 8.29.0 -> 8.29.2

authored by R. Ryantm and committed by Dmitry Kalinkin ce62a116 925ac765

+3 -3
+3 -3
pkgs/by-name/sn/snakemake/package.nix
··· 10 10 11 11 python3Packages.buildPythonApplication rec { 12 12 pname = "snakemake"; 13 - version = "8.29.0"; 13 + version = "8.29.2"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "snakemake"; 18 18 repo = "snakemake"; 19 19 tag = "v${version}"; 20 - hash = "sha256-vGa0N5jbm+b4FH1rkvZI5yI005K0D5AP29JGK2wscps="; 20 + hash = "sha256-69NsbfHF29l92gwO8If9vp8Cdjac3BnO+hbY3b2bZ8E="; 21 21 }; 22 22 23 23 postPatch = '' ··· 152 152 homepage = "https://snakemake.github.io"; 153 153 license = lib.licenses.mit; 154 154 description = "Python-based execution environment for make-like workflows"; 155 - changelog = "https://github.com/snakemake/snakemake/blob/v${version}/CHANGELOG.md"; 155 + changelog = "https://github.com/snakemake/snakemake/blob/${src.tag}/CHANGELOG.md"; 156 156 mainProgram = "snakemake"; 157 157 longDescription = '' 158 158 Snakemake is a workflow management system that aims to reduce the complexity of