guix-commits
[Top][All Lists]
Advanced

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

37/40: gnu: r-gviz: Update to 1.38.4.


From: guix-commits
Subject: 37/40: gnu: r-gviz: Update to 1.38.4.
Date: Thu, 14 Apr 2022 05:38:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c7cb92e49486ac78b4e9b00885ac18e47be8aa16
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 14 10:59:04 2022 +0200

    gnu: r-gviz: Update to 1.38.4.
    
    * gnu/packages/bioconductor.scm (r-gviz): Update to 1.38.4.
---
 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 400d91fc37..8712e54e2a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14018,14 +14018,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.38.0")
+    (version "1.38.4")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "0nqa7m300d7gpsayb6c6rv64d3y8c390wvwgz7v29zs9c025s9a8"))))
+         "14qybi5b3h9z5b0m127jf7z695amf612rh5wq2g2n1yirfhzbdja"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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