Merge pull request #104103 from veprbl/pr/snakemake_5_28_0

snakemake: 5.19.3 -> 5.28.0
This commit is contained in:
Dmitry Kalinkin 2020-11-19 20:37:25 -05:00 committed by GitHub
commit 209480e580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
pname = "snakemake";
version = "5.19.3";
version = "5.28.0";
propagatedBuildInputs = with python3Packages; [
appdirs
@ -13,6 +13,7 @@ python3Packages.buildPythonApplication rec {
jsonschema
nbformat
psutil
pulp
pyyaml
ratelimiter
requests
@ -22,7 +23,7 @@ python3Packages.buildPythonApplication rec {
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "b83f3ef73e25dafcb39b3565030e33fa2f7e80ed70256c535dc7e58ea762305d";
sha256 = "2367ce91baf7f8fa7738d33aff9670ffdf5410bbac49aeb209f73b45a3425046";
};
doCheck = false; # Tests depend on Google Cloud credentials at ${HOME}/gcloud-service-key.json