guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: r-gviz: Update to 1.36.1.


From: guix-commits
Subject: 10/10: gnu: r-gviz: Update to 1.36.1.
Date: Thu, 17 Jun 2021 08:26:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 88d8b4ece08a54fe7596c38fee860b5ee95e6565
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 17 14:24:42 2021 +0200

    gnu: r-gviz: Update to 1.36.1.
    
    * gnu/packages/bioconductor.scm (r-gviz): Update to 1.36.1.
---
 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 5216fdd..c5509dc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13098,14 +13098,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.36.0")
+    (version "1.36.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "19vjf4sdz5sxbcdilsqx7m57fq5a8xnxjf354zx2l5mgjrkzkk3h"))))
+         "1mljj70pg36dgrqhdfj643p39wbps66zz23xw6km150lq6fpgpg5"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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