Loading pkgs/by-name/sn/snakemake/package.nix +8 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ python3Packages.buildPythonApplication rec { pname = "snakemake"; version = "9.5.1"; version = "9.11.6"; pyproject = true; src = fetchFromGitHub { owner = "snakemake"; repo = "snakemake"; tag = "v${version}"; hash = "sha256-cSFqPSLeM7hw1bxQZ2FhlHUP+O3iyrwBz4+Jz90Zck8="; hash = "sha256-bbwpLSWCYKezFJj7EVn6wOLSzO/vShP98MMicKzdGSQ="; }; postPatch = '' Loading Loading @@ -58,6 +58,7 @@ python3Packages.buildPythonApplication rec { snakemake-interface-logger-plugins snakemake-interface-storage-plugins snakemake-interface-report-plugins snakemake-interface-scheduler-plugins stopit tabulate throttler Loading Loading @@ -140,6 +141,11 @@ python3Packages.buildPythonApplication rec { # Requires snakemake-storage-plugin-http "test_keep_local" "test_retrieve" # Requires conda "test_jupyter_notebook" "test_jupyter_notebook_nbconvert" "test_jupyter_notebook_draft" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Unclear failure: Loading Loading
pkgs/by-name/sn/snakemake/package.nix +8 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ python3Packages.buildPythonApplication rec { pname = "snakemake"; version = "9.5.1"; version = "9.11.6"; pyproject = true; src = fetchFromGitHub { owner = "snakemake"; repo = "snakemake"; tag = "v${version}"; hash = "sha256-cSFqPSLeM7hw1bxQZ2FhlHUP+O3iyrwBz4+Jz90Zck8="; hash = "sha256-bbwpLSWCYKezFJj7EVn6wOLSzO/vShP98MMicKzdGSQ="; }; postPatch = '' Loading Loading @@ -58,6 +58,7 @@ python3Packages.buildPythonApplication rec { snakemake-interface-logger-plugins snakemake-interface-storage-plugins snakemake-interface-report-plugins snakemake-interface-scheduler-plugins stopit tabulate throttler Loading Loading @@ -140,6 +141,11 @@ python3Packages.buildPythonApplication rec { # Requires snakemake-storage-plugin-http "test_keep_local" "test_retrieve" # Requires conda "test_jupyter_notebook" "test_jupyter_notebook_nbconvert" "test_jupyter_notebook_draft" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Unclear failure: Loading