about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-16 22:12:18 +0200
committerGitHub <noreply@github.com>2024-06-16 22:12:18 +0200
commit8fa80574a0e04315cb8aede0f3086ac3d5edd899 (patch)
tree6e2e57413c26a98f868ddd40e52e26b8429b1704
parent6a970b6ff9e1985b650daa8211785742eb02a387 (diff)
parentb7421e6cf772b8917e0160d73e3ffc0ba9b23eef (diff)
Merge pull request #320080 from r-ryantm/auto-update/python311Packages.snakemake
python311Packages.snakemake: 8.13.0 -> 8.14.0
-rw-r--r--pkgs/applications/science/misc/snakemake/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/snakemake/default.nix b/pkgs/applications/science/misc/snakemake/default.nix
index ade5239762518..7f0e70c642134 100644
--- a/pkgs/applications/science/misc/snakemake/default.nix
+++ b/pkgs/applications/science/misc/snakemake/default.nix
@@ -6,14 +6,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "snakemake";
-  version = "8.13.0";
+  version = "8.14.0";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "snakemake";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-Xd8mZ8tsemJ53hAMED2biRyDlEw/gG/Hh1iZSwSB1vY=";
+    hash = "sha256-6oguN4u4OUDXpDsbueSBNwtWgLCaKmgq3w/d/MsMh7Y=";
     # https://github.com/python-versioneer/python-versioneer/issues/217
     postFetch = ''
       sed -i "$out"/snakemake/_version.py -e 's#git_refnames = ".*"#git_refnames = " (tag: v${version})"#'