snakemake: 6.0.5 -> 6.5.0
This commit is contained in:
parent
97d56c16c6
commit
e3678ae8a6
1 changed files with 5 additions and 2 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "snakemake";
|
||||
version = "6.0.5";
|
||||
version = "6.5.0";
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
appdirs
|
||||
ConfigArgParse
|
||||
connection-pool
|
||||
datrie
|
||||
docutils
|
||||
filelock
|
||||
|
@ -19,13 +20,15 @@ python3Packages.buildPythonApplication rec {
|
|||
ratelimiter
|
||||
requests
|
||||
smart-open
|
||||
stopit
|
||||
tabulate
|
||||
toposort
|
||||
wrapt
|
||||
];
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9441169034cce46086a8b45486d75175db645b932e766d28fed312ec837792d3";
|
||||
sha256 = "b166ec74537e02553fcaf0ddcffc32dfdb9dcaa1260af297a56eded6a179b2ee";
|
||||
};
|
||||
|
||||
doCheck = false; # Tests depend on Google Cloud credentials at ${HOME}/gcloud-service-key.json
|
||||
|
|
Loading…
Reference in a new issue