3
0
Fork 0
forked from mirrors/nixpkgs

snakemake: 7.12.1 -> 7.14.0

This commit is contained in:
R. Ryantm 2022-09-08 08:05:39 +00:00 committed by Dmitry Kalinkin
parent 38a99b8379
commit 914100fd45

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "snakemake";
version = "7.12.1";
version = "7.14.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-QfSk6K/Vpj3+k+5w0thiP9O4CTvL8JDRwj4lDSt2NnU=";
hash = "sha256-JuoZ/xE3Z6uB7iJQj72l+VX0cHHi/ZV+6q3QZ/CYjAk=";
};
propagatedBuildInputs = with python3.pkgs; [