snakemake: 7.8.0 -> 7.8.1

This commit is contained in:
R. Ryantm 2022-06-02 01:20:40 +00:00
parent 3597a6740e
commit e9fb739e59

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "snakemake";
version = "7.8.0";
version = "7.8.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LEQYcxFwqifA9UajHhPlY32gqrGHDTzbI5G3IH+JdZg=";
hash = "sha256-bb6bu4IiW3zaQ3PP/wgRuIwHihC5/6ZS4YSNRk3Tu4s=";
};
propagatedBuildInputs = with python3.pkgs; [