3
0
Fork 0
forked from mirrors/nixpkgs

snakemake: 7.6.1 -> 7.6.2

This commit is contained in:
R. Ryantm 2022-05-07 16:16:09 +00:00
parent 38be21ac6e
commit 5b55f851ac

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "snakemake";
version = "7.6.1";
version = "7.6.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-McknAQDzpTE1WdIBr8HsFpGzXuJT2kDNvLzK2gn75GM=";
hash = "sha256-mIl5c+HR2kqgJzbLVTQjJlf4Ca/+Icqg9G49yIUyipc=";
};
propagatedBuildInputs = with python3.pkgs; [