snakemake: 7.14.1 -> 7.14.2

This commit is contained in:
R. Ryantm 2022-09-27 21:37:18 +00:00 committed by Dmitry Kalinkin
parent ae0c8ee7bb
commit f28b6e5468

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "snakemake";
version = "7.14.1";
version = "7.14.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-o2pERzt6wU/EiXBc9kI2qn9PhXGyvNiEWbSRzI85R8c=";
hash = "sha256-4XduybmDmlux3zvjbN1ouaJ1PkNO8h6vHuxgZ3YLBrw=";
};
propagatedBuildInputs = with python3.pkgs; [