diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-09-28 12:23:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-09-28 12:24:15 +0200 |
commit | e0c6c18371e4b7029724471cf43d1c95b69d1b81 (patch) | |
tree | 95bc6e1300d07df697a354842ae4a69947502fe4 /gnu | |
parent | b0a5be065e022e5f8a8937ffb780d8c4572fd249 (diff) | |
download | patches-e0c6c18371e4b7029724471cf43d1c95b69d1b81.tar patches-e0c6c18371e4b7029724471cf43d1c95b69d1b81.tar.gz |
gnu: r-gviz: Update to 1.28.3.
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.28.3.
Diffstat (limited to 'gnu')
-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 a411650828..6d36bb73ba 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10279,14 +10279,14 @@ family of feature/genome hypotheses.") (define-public r-gviz (package (name "r-gviz") - (version "1.28.1") + (version "1.28.3") (source (origin (method url-fetch) (uri (bioconductor-uri "Gviz" version)) (sha256 (base32 - "0chsb3ijwd8zh588s1vqgfassn2rzax5rhqrhl0ini6pi4ilchp2")))) + "0347r1ly0vzpilflzbyzsjdf4cday294lw3fxzx61clblrmws1ki")))) (properties `((upstream-name . "Gviz"))) (build-system r-build-system) (propagated-inputs |