snakemake: 9.3.4 -> 9.4.0

authored by

R. Ryantm and committed by
Dmitry Kalinkin
fc409c1a 92c2f1fd

+2 -2
+2 -2
pkgs/by-name/sn/snakemake/package.nix
··· 10 11 python3Packages.buildPythonApplication rec { 12 pname = "snakemake"; 13 - version = "9.3.4"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "snakemake"; 18 repo = "snakemake"; 19 tag = "v${version}"; 20 - hash = "sha256-7yU1vhPrcuZC2d15VileZJpweDhB0rEEGVHjhm6Gmgc="; 21 }; 22 23 postPatch = ''
··· 10 11 python3Packages.buildPythonApplication rec { 12 pname = "snakemake"; 13 + version = "9.4.0"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "snakemake"; 18 repo = "snakemake"; 19 tag = "v${version}"; 20 + hash = "sha256-lRW/YDD0uiaCfY6lbcbusM5TCqfp6hwTB8xeFYr3jCQ="; 21 }; 22 23 postPatch = ''