Skip to content

Commit

Permalink
snakemake: 5.17.0 -> 5.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Jul 3, 2020
1 parent 6630edb commit eb121e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/snakemake/default.nix
Expand Up @@ -2,7 +2,7 @@

python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "5.17.0";
version = "5.19.3";

propagatedBuildInputs = with python3Packages; [
appdirs
Expand All @@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0y652i3saqq2z61yvk0i6q3lnq2xfrygcxms5gygspj71q2n4f7k";
sha256 = "b83f3ef73e25dafcb39b3565030e33fa2f7e80ed70256c535dc7e58ea762305d";
};

doCheck = false; # Tests depend on Google Cloud credentials at ${HOME}/gcloud-service-key.json
Expand Down

0 comments on commit eb121e0

Please sign in to comment.