guix-commits
[Top][All Lists]
Advanced

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

87/215: gnu: r-gviz: Update to 1.28.0.


From: guix-commits
Subject: 87/215: gnu: r-gviz: Update to 1.28.0.
Date: Sun, 5 May 2019 18:15:46 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 105d9e2cb43cd3da939476065234ff725659d606
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:47:22 2019 +0200

    gnu: r-gviz: Update to 1.28.0.
    
    * gnu/packages/bioinformatics.scm (r-gviz): Update to 1.28.0.
---
 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 1139abb..125e762 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10256,14 +10256,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.26.5")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "1dpkcaar7qgzg3vgafvkplprhwmhzpb7ph009kr6ajm36hx4z81c"))))
+         "02alz27w8fnnm2ga71g3jg2b94f95ccv6r1fyszj4yb1k2g7rkxk"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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