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