From 671aeb2769fa164f0e6639e09e6c7d55657c7d26 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Jun 2022 19:01:53 +0000 Subject: snakemake: 7.8.2 -> 7.8.3 --- pkgs/applications/science/misc/snakemake/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/science/misc/snakemake/default.nix') diff --git a/pkgs/applications/science/misc/snakemake/default.nix b/pkgs/applications/science/misc/snakemake/default.nix index ac44ce6e213..75ecc1be99e 100644 --- a/pkgs/applications/science/misc/snakemake/default.nix +++ b/pkgs/applications/science/misc/snakemake/default.nix @@ -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; [ -- cgit 1.4.1