guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: r-gviz: Update to 1.28.1.


From: guix-commits
Subject: 05/05: gnu: r-gviz: Update to 1.28.1.
Date: Mon, 19 Aug 2019 10:25:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a6a19fb14c24054c6c4dc59f2cf8fd9063d2ed34
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 19 16:14:59 2019 +0200

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



reply via email to

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