diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-04-08 13:28:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-08 13:28:24 +0200 |
commit | e0147aa46fde621f4567d690268aaabef0986932 (patch) | |
tree | a9600b7a58bb13eab92f1fa8f7119a98c77f7ec3 | |
parent | 14a4c30828172c47c2a0dd348577b7fceabb101e (diff) |
gnu: r-gviz: Update to 1.34.1.
* gnu/packages/bioconductor.scm (r-gviz): Update to 1.34.1.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 85d24fcea5..88dca552e0 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10803,14 +10803,14 @@ family of feature/genome hypotheses.") (define-public r-gviz (package (name "r-gviz") - (version "1.34.0") + (version "1.34.1") (source (origin (method url-fetch) (uri (bioconductor-uri "Gviz" version)) (sha256 (base32 - "0v7bz46b91dnrr55ah42ljj1i2xs3090s4w0lw8098pag00p4vh2")))) + "0bmlfz9ri1gkwyl605a2hqi5b8jdpvynrxwghwmrsd657ip6c7n1")))) (properties `((upstream-name . "Gviz"))) (build-system r-build-system) (propagated-inputs |