snakemake: 7.25.3 -> 7.29.0 (#240263)

Co-authored-by: nviets <nathan.viets@gmail.com>
This commit is contained in:
nviets
2023-06-28 17:09:10 +02:00
committed by GitHub
co-authored by nviets
parent 125bb92705
commit 4bb4d449a7
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "snakemake";
version = "7.25.3";
version = "7.29.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-KrstajTocVX5Tw7aiPoJ9vxJ0nKF+jqJcYJKrJvBt0Q=";
hash = "sha256-Y/z7asYSRgDyDWmvfmX4y6fOMSpp0X9uhDx327YF2TI=";
};
propagatedBuildInputs = with python3.pkgs; [