guix-commits
[Top][All Lists]
Advanced

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

28/119: gnu: r-gviz: Update to 1.36.2.


From: guix-commits
Subject: 28/119: gnu: r-gviz: Update to 1.36.2.
Date: Sat, 10 Jul 2021 16:31:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4140b668375f752c8dffdfee3da6ec20a4699830
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:10 2021 +0200

    gnu: r-gviz: Update to 1.36.2.
    
    * gnu/packages/bioconductor.scm (r-gviz): Update to 1.36.2.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b4d7098..a284ea8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13276,14 +13276,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.36.1")
+    (version "1.36.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "1mljj70pg36dgrqhdfj643p39wbps66zz23xw6km150lq6fpgpg5"))))
+         "0lp0k8jd4dfsfn10706124graaqnzcyv1siblvm8dn2ykw2rc6vl"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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