guix-commits
[Top][All Lists]
Advanced

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

114/128: gnu: r-gviz: Update to 1.26.4.


From: guix-commits
Subject: 114/128: gnu: r-gviz: Update to 1.26.4.
Date: Sat, 12 Jan 2019 17:36:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 19cacb5a2d009bbe3d4fb7f37e16e08c12e43e90
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 23:05:23 2019 +0100

    gnu: r-gviz: Update to 1.26.4.
    
    * gnu/packages/bioinformatics.scm (r-gviz): Update to 1.26.4.
---
 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 62c6f37..b8a6379 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10663,14 +10663,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.26.0")
+    (version "1.26.4")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "05zk9hf30afg6rjg97lzn5v8xij90v8zm09y9vcz0asmc3c8xs0a"))))
+         "0jvcivgw0ahv2rjadxmrww76xambhf7silczmh38nn4yn4qw6w9y"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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