guix-commits
[Top][All Lists]
Advanced

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

98/265: gnu: r-gviz: Update to 1.30.0.


From: guix-commits
Subject: 98/265: gnu: r-gviz: Update to 1.30.0.
Date: Sun, 15 Dec 2019 09:40:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d57b6b4bae0d8df17926f77116f292be377a69d3
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:04:06 2019 +0100

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



reply via email to

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