rekado pushed a commit to branch master
in repository guix.
commit bdfa1178b9869850e6f8f6c8fa72d2a60502e675
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 5 08:50:15 2021 +0200
gnu: r-gviz: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-gviz): Update to 1.36.0.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 664ac9c..4b37858 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13097,14 +13097,14 @@ family of feature/genome hypotheses.")
(define-public r-gviz
(package
(name "r-gviz")
- (version "1.34.1")
+ (version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Gviz" version))
(sha256
(base32
- "0bmlfz9ri1gkwyl605a2hqi5b8jdpvynrxwghwmrsd657ip6c7n1"))))
+ "19vjf4sdz5sxbcdilsqx7m57fq5a8xnxjf354zx2l5mgjrkzkk3h"))))
(properties `((upstream-name . "Gviz")))
(build-system r-build-system)
(propagated-inputs