guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: r-gviz: Update to 1.30.3.


From: guix-commits
Subject: 13/15: gnu: r-gviz: Update to 1.30.3.
Date: Wed, 19 Feb 2020 17:01:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f2b9f412340f22af82a1e0e4abd60b091f0579f3
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 23:00:48 2020 +0100

    gnu: r-gviz: Update to 1.30.3.
    
    * gnu/packages/bioinformatics.scm (r-gviz): Update to 1.30.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 f2270a9..0001d8a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10325,14 +10325,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.30.1")
+    (version "1.30.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "03jj193fzmhvkjw8f5zk6wgflkvm3phny0q38scawcplfsyb8z64"))))
+         "0c9i26h5czm60n1bxzmdxxpywcj0sig6wcj913pb41mr83bbgra3"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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