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.22.3.


From: Ricardo Wurmus
Subject: 13/15: gnu: r-gviz: Update to 1.22.3.
Date: Mon, 19 Feb 2018 03:53:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d578278e35a40c9b0c977cda6f12579f8cb761f6
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Feb 18 21:52:12 2018 +0100

    gnu: r-gviz: Update to 1.22.3.
    
    * gnu/packages/bioinformatics.scm (r-gviz): Update to 1.22.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 37de865..fb1b23d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10218,14 +10218,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.22.2")
+    (version "1.22.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "173n99mc95sij2vb8n3xd016x7mxhjs961q3l29xkg1lrnnm2sva"))))
+         "1grjzrjpzkw572pbvpsvdnfkfgwybl0cnjd7nnk2xdr26wnbsi9a"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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