guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: r-gviz: Update to 1.26.5.


From: guix-commits
Subject: 11/12: gnu: r-gviz: Update to 1.26.5.
Date: Fri, 8 Mar 2019 03:22:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6453d7aecc38158011e9a10d038d21a92f1531a5
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 8 00:40:10 2019 +0100

    gnu: r-gviz: Update to 1.26.5.
    
    * gnu/packages/bioinformatics.scm (r-gviz): Update to 1.26.5.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 495cbf4..d7be91c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10134,14 +10134,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.26.4")
+    (version "1.26.5")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "0jvcivgw0ahv2rjadxmrww76xambhf7silczmh38nn4yn4qw6w9y"))))
+         "1dpkcaar7qgzg3vgafvkplprhwmhzpb7ph009kr6ajm36hx4z81c"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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