diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:04:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:38:58 +0100 |
commit | d57b6b4bae0d8df17926f77116f292be377a69d3 (patch) | |
tree | 1861f208125955b9444878c0e3bf594803496b91 | |
parent | 2e13f10e8901e6c20cd942c80a5b9b516cc2bc48 (diff) |
gnu: r-gviz: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.30.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 7d1082061d..4c3b3a34ca 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10306,14 +10306,14 @@ family of feature/genome hypotheses.") (define-public r-gviz (package (name "r-gviz") - (version "1.28.3") + (version "1.30.0") (source (origin (method url-fetch) (uri (bioconductor-uri "Gviz" version)) (sha256 (base32 - "0347r1ly0vzpilflzbyzsjdf4cday294lw3fxzx61clblrmws1ki")))) + "1p7n4yc77272rd8ybsim3rcg6kf6wmc95pwwav40b754imxn263z")))) (properties `((upstream-name . "Gviz"))) (build-system r-build-system) (propagated-inputs |