guix-commits
[Top][All Lists]
Advanced

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

23/24: gnu: r-gviz: Update to 1.42.1.


From: guix-commits
Subject: 23/24: gnu: r-gviz: Update to 1.42.1.
Date: Fri, 24 Feb 2023 02:12:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8fcae955dbd1e89ddd26977a5e31dec9c2b7a654
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Mon Feb 20 19:54:10 2023 +0100

    gnu: r-gviz: Update to 1.42.1.
    
    * gnu/packages/bioconductor.scm (r-gviz): Update to 1.42.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 482312b384..cc7bbb9eac 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -18039,14 +18039,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.42.0")
+    (version "1.42.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "09j94kk3dd3bbfw6a2l14i7vd4rh11g9lxhw4zsm15vg71cm1lv9"))))
+         "01qs60sdh7c8cxkv3qbfcfwpjhab88j872va50fi95xsqnmj5isa"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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