guix-commits
[Top][All Lists]
Advanced

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

34/34: gnu: r-gviz: Update to 1.28.3.


From: guix-commits
Subject: 34/34: gnu: r-gviz: Update to 1.28.3.
Date: Sat, 28 Sep 2019 06:33:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e0c6c18371e4b7029724471cf43d1c95b69d1b81
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 28 12:23:44 2019 +0200

    gnu: r-gviz: Update to 1.28.3.
    
    * gnu/packages/bioinformatics.scm (r-gviz): Update to 1.28.3.
---
 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 a411650..6d36bb7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10279,14 +10279,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.28.1")
+    (version "1.28.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "0chsb3ijwd8zh588s1vqgfassn2rzax5rhqrhl0ini6pi4ilchp2"))))
+         "0347r1ly0vzpilflzbyzsjdf4cday294lw3fxzx61clblrmws1ki"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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