Merge pull request #178474 from r-ryantm/auto-update/snakemake

snakemake: 7.8.2 -> 7.8.3
This commit is contained in:
Fabian Affolter 2022-06-21 23:43:42 +02:00 committed by GitHub
commit 6a353f219c
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.8.2";
version = "7.8.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ZJg7yJS4uODnXwyuwE0uY5CNg1CYyGqSIFYPntAlU5k=";
hash = "sha256-fYrsum056PCRRp4P5xO6yLfog3WrE/JR1ID7+iV85fc=";
};
propagatedBuildInputs = with python3.pkgs; [