guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/288: gnu: r-geneplotter: Update to 1.68.0.


From: guix-commits
Subject: 15/288: gnu: r-geneplotter: Update to 1.68.0.
Date: Mon, 16 Nov 2020 15:06:39 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 8b09b3d7e55764280e21f3dbe4b36c95676940f7
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:47:40 2020 +0100

    gnu: r-geneplotter: Update to 1.68.0.
    
    * gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.68.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 2a79543..226c4e9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1482,14 +1482,14 @@ browser.")
 (define-public r-geneplotter
   (package
     (name "r-geneplotter")
-    (version "1.66.0")
+    (version "1.68.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "geneplotter" version))
        (sha256
         (base32
-         "1y494da1llmrvn3qm7akwgwjazvpffabi8llw3fbday14cay1br5"))))
+         "1f8nr60n1nig1gdy85wqdhpzxvp9r4chygxm8xpy882mdvfv6rqx"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotate" ,r-annotate)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]