summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-05 08:49:50 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-05 09:12:45 +0200
commitc68607725bcf6cb46f22a14662c3f6449fc45fb1 (patch)
treea92252db6f345402f2719c1bf22ed431e2eefc52 /gnu
parent473371dfc182465f224beb06624f928ca8cd3112 (diff)
gnu: r-geneplotter: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.70.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f0e2a68f05..479f5105f7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4559,14 +4559,14 @@ libraries for systems that do not have these available via other means.")
(define-public r-geneplotter
(package
(name "r-geneplotter")
- (version "1.68.0")
+ (version "1.70.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geneplotter" version))
(sha256
(base32
- "1f8nr60n1nig1gdy85wqdhpzxvp9r4chygxm8xpy882mdvfv6rqx"))))
+ "1d085lfa3yif5wkys1fb0zzgg0cqwd1y18vasgqqdr6rva075d4z"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)