snakemake: 7.29.0 -> 7.32.4 (#266543)

authored by Renato Garcia and committed by GitHub 3c87cb32 d01cf5e7

+5 -2
+5 -2
pkgs/applications/science/misc/snakemake/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "snakemake"; 8 - version = "7.29.0"; 9 format = "setuptools"; 10 11 src = fetchFromGitHub { 12 owner = "snakemake"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-UfUzvDo5OE1LGCBBGoDpxG96RKOaShbqu5TOOILG3AY="; 16 }; 17 18 propagatedBuildInputs = with python3.pkgs; [ ··· 49 pandas 50 pytestCheckHook 51 requests-mock 52 ]; 53 54 disabledTestPaths = [ ··· 56 "tests/test_tes.py" 57 "tests/test_tibanna.py" 58 "tests/test_linting.py" 59 ]; 60 61 disabledTests = [
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "snakemake"; 8 + version = "7.32.4"; 9 format = "setuptools"; 10 11 src = fetchFromGitHub { 12 owner = "snakemake"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-9KuMPqvM8ZCTuomc0R9MBxsK3KIpukDTrlwU6MHysK0="; 16 }; 17 18 propagatedBuildInputs = with python3.pkgs; [ ··· 49 pandas 50 pytestCheckHook 51 requests-mock 52 + pillow 53 ]; 54 55 disabledTestPaths = [ ··· 57 "tests/test_tes.py" 58 "tests/test_tibanna.py" 59 "tests/test_linting.py" 60 + "tests/test_google_lifesciences.py" 61 + "tests/test_conda_python_script/test_script.py" 62 ]; 63 64 disabledTests = [