rekado pushed a commit to branch master
in repository guix.

commit c68607725bcf6cb46f22a14662c3f6449fc45fb1
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 5 08:49:50 2021 +0200

    gnu: r-geneplotter: Update to 1.70.0.
    
    * gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.70.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f0e2a68..479f510 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)

Reply via email to