snakemake: 7.7.0 -> 7.8.0 (#174592)

This commit is contained in:
R. RyanTM 2022-05-30 07:51:36 -07:00 committed by GitHub
parent 35fc22e248
commit 7a54d237e0
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.7.0";
version = "7.8.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-KAnilLq7hZy5IU8d95D9sHSGfqibAvUAW3bRH/JwGnw=";
hash = "sha256-LEQYcxFwqifA9UajHhPlY32gqrGHDTzbI5G3IH+JdZg=";
};
propagatedBuildInputs = with python3.pkgs; [