rekado pushed a commit to branch master
in repository guix.
commit 34cc18d4dece2ca225bd0ab9175204e02327e214
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jun 2 12:11:02 2018 +0200
gnu: r-biovizbase: Update to 1.28.0.
* gnu/packages/bioinformatics.scm (r-biovizbase): Update to 1.28.0.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 10c669d..17e656d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10173,14 +10173,14 @@ the fact that each of these packages implements a
select methods.")
(define-public r-biovizbase
(package
(name "r-biovizbase")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biovizBase" version))
(sha256
(base32
- "14l4vhj0a4ssr9m9zdzz3qpd4qw1mhgq5bmxq7jhrq3j9kmd6i2f"))))
+ "0lkiqdr3ics6hgv47lwkykcy761823bbkhffbn4ykyfzyqwl4p67"))))
(properties `((upstream-name . "biovizBase")))
(build-system r-build-system)
(propagated-inputs