Skip to content

Commit

Permalink
snakemake: 5.10.0 -> 5.13.0 (NixOS#83839)
Browse files Browse the repository at this point in the history
(cherry picked from commit cff5adc)
  • Loading branch information
r-ryantm authored and dtzWill committed Mar 31, 2020
1 parent 6ce733a commit cdb53a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/misc/snakemake/default.nix
Expand Up @@ -5,7 +5,7 @@

python.buildPythonPackage rec {
pname = "snakemake";
version = "5.4.4";
version = "5.13.0";

propagatedBuildInputs = with python; [
appdirs
Expand All @@ -22,13 +22,13 @@ python.buildPythonPackage rec {

src = python.fetchPypi {
inherit pname version;
sha256 = "157323e0e1be34302edbbf399b2acbe25a4291bceffd47a0469963a970c9375f";
sha256 = "11snr7sgv70d3y63s5svijfx8f4xpggh96g8chr6lccl4mi1s9x9";
};

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

meta = with stdenv.lib; {
homepage = http://snakemake.bitbucket.io;
homepage = "http://snakemake.bitbucket.io";
license = licenses.mit;
description = "Python-based execution environment for make-like workflows";
longDescription = ''
Expand Down

0 comments on commit cdb53a4

Please sign in to comment.