diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:46:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:41 +0200 |
commit | 256609eb46d23fd5251ac2f7be02478533ddd0ee (patch) | |
tree | 6c05ebfc7c5047b7744a6640ba4603f08b32b31b | |
parent | 7705165882fa89099bb875762478313737214635 (diff) | |
download | patches-256609eb46d23fd5251ac2f7be02478533ddd0ee.tar patches-256609eb46d23fd5251ac2f7be02478533ddd0ee.tar.gz |
gnu: r-sushi: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-sushi): Update to 1.22.0.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e8c19a81e0..ad94faf885 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10342,13 +10342,13 @@ EMBL-EBI GWAS catalog.") (define-public r-sushi (package (name "r-sushi") - (version "1.20.0") + (version "1.22.0") (source (origin (method url-fetch) (uri (bioconductor-uri "Sushi" version)) (sha256 (base32 - "0dv5di0hgbvk9cxnqhyf18mdjl50k6bk00a89r6zgp83rbxwr1r8")))) + "1hgh3jfcx0bh3fyvp85v7435hvsk3ah1hxx5117ss93v03iwjf1g")))) (properties `((upstream-name . "Sushi"))) (build-system r-build-system) (propagated-inputs |