guix-commits
[Top][All Lists]
Advanced

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

32/35: gnu: r-gviz: Update to 1.44.1.


From: guix-commits
Subject: 32/35: gnu: r-gviz: Update to 1.44.1.
Date: Mon, 28 Aug 2023 16:16:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 86f9555ef06d5962e211da594bd91a8461113651
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 22:11:23 2023 +0200

    gnu: r-gviz: Update to 1.44.1.
    
    * gnu/packages/bioconductor.scm (r-gviz): Update to 1.44.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 48b555e196..7f3e9e51f9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -20848,14 +20848,14 @@ family of feature/genome hypotheses.")
 (define-public r-gviz
   (package
     (name "r-gviz")
-    (version "1.44.0")
+    (version "1.44.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Gviz" version))
        (sha256
         (base32
-         "1lp345hxlddsc91lxrzay073g2dabc8h1cynyh87y85vzffhwplw"))))
+         "0yfmpxvx7h344fp6i3iny7r61n904bj0qdy14qbsp3d0z4g8a5fn"))))
     (properties `((upstream-name . "Gviz")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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