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 10:09:10 -05:00 committed by GitHub
parent 125bb92705
commit 4bb4d449a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; [