guix-commits
[Top][All Lists]
Advanced

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

116/296: gnu: r-geneplotter: Update to 1.66.0.


From: guix-commits
Subject: 116/296: gnu: r-geneplotter: Update to 1.66.0.
Date: Fri, 12 Jun 2020 19:29:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 53e42019374911359fc04b39cdc564eb594a2726
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:09:06 2020 +0200

    gnu: r-geneplotter: Update to 1.66.0.
    
    * gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.66.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 cfd6528..3298df4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1477,14 +1477,14 @@ browser.")
 (define-public r-geneplotter
   (package
     (name "r-geneplotter")
-    (version "1.64.0")
+    (version "1.66.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "geneplotter" version))
        (sha256
         (base32
-         "1k6780fn1kkghpm1prhhsyw621441a3bmnqfl9ns0zbc1zdq39nx"))))
+         "1y494da1llmrvn3qm7akwgwjazvpffabi8llw3fbday14cay1br5"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotate" ,r-annotate)



reply via email to

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