summary refs log tree commit diff
diff options
context:
space:
mode:
authorRenato Garcia <fgarcia.renato@gmail.com>2023-11-10 08:48:45 -0300
committerGitHub <noreply@github.com>2023-11-10 06:48:45 -0500
commit3c87cb32f0532af8e5a7bb4f982c479540356cd3 (patch)
treeaa027ed9d46e54fd61cea7ec4ac5e5294cf23442
parentd01cf5e7c81502f3a1d50ec3de09ff15a4bee29b (diff)
downloadnixpkgs-3c87cb32f0532af8e5a7bb4f982c479540356cd3.tar
nixpkgs-3c87cb32f0532af8e5a7bb4f982c479540356cd3.tar.gz
nixpkgs-3c87cb32f0532af8e5a7bb4f982c479540356cd3.tar.bz2
nixpkgs-3c87cb32f0532af8e5a7bb4f982c479540356cd3.tar.lz
nixpkgs-3c87cb32f0532af8e5a7bb4f982c479540356cd3.tar.xz
nixpkgs-3c87cb32f0532af8e5a7bb4f982c479540356cd3.tar.zst
nixpkgs-3c87cb32f0532af8e5a7bb4f982c479540356cd3.zip
snakemake: 7.29.0 -> 7.32.4 (#266543)
-rw-r--r--pkgs/applications/science/misc/snakemake/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/snakemake/default.nix b/pkgs/applications/science/misc/snakemake/default.nix
index 1eded1e419c..3acd66f7908 100644
--- a/pkgs/applications/science/misc/snakemake/default.nix
+++ b/pkgs/applications/science/misc/snakemake/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "snakemake";
-  version = "7.29.0";
+  version = "7.32.4";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "snakemake";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-UfUzvDo5OE1LGCBBGoDpxG96RKOaShbqu5TOOILG3AY=";
+    hash = "sha256-9KuMPqvM8ZCTuomc0R9MBxsK3KIpukDTrlwU6MHysK0=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [
@@ -49,6 +49,7 @@ python3.pkgs.buildPythonApplication rec {
     pandas
     pytestCheckHook
     requests-mock
+    pillow
   ];
 
   disabledTestPaths = [
@@ -56,6 +57,8 @@ python3.pkgs.buildPythonApplication rec {
     "tests/test_tes.py"
     "tests/test_tibanna.py"
     "tests/test_linting.py"
+    "tests/test_google_lifesciences.py"
+    "tests/test_conda_python_script/test_script.py"
   ];
 
   disabledTests = [