summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-12 23:05:14 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-12 23:35:18 +0100
commitc80595935df696d4bf0484a57aaa0846c06143a2 (patch)
tree3d9e8f07122fb72059c05b0723d8cf019cca24c7 /gnu
parent27194effd74344df2ae8131edf67e88083745610 (diff)
downloadpatches-c80595935df696d4bf0484a57aaa0846c06143a2.tar
patches-c80595935df696d4bf0484a57aaa0846c06143a2.tar.gz
gnu: r-biovizbase: Update to 1.30.1.
* gnu/packages/bioinformatics.scm (r-biovizbase): Update to 1.30.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 89d5971da4..62c6f37721 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10326,14 +10326,14 @@ the fact that each of these packages implements a select methods.")
(define-public r-biovizbase
(package
(name "r-biovizbase")
- (version "1.30.0")
+ (version "1.30.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biovizBase" version))
(sha256
(base32
- "0v54mcn3rnnfx8dmcrms5z3rgq19n3hp4r23azlgzwq6hjw7cccx"))))
+ "0v5gvcx180qn5487i1dph9abadw3ggqwp5yzy41jswzbdc8q6sbm"))))
(properties `((upstream-name . "biovizBase")))
(build-system r-build-system)
(propagated-inputs