diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 22:11:23 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 22:15:47 +0200 |
commit | 86f9555ef06d5962e211da594bd91a8461113651 (patch) | |
tree | d2cb43e17f0980e3a5aae0cc465638c792efccbe | |
parent | 4ab9700e296eaeea517b4989df7b2dee3122134f (diff) | |
download | guix-86f9555ef06d5962e211da594bd91a8461113651.tar.gz guix-86f9555ef06d5962e211da594bd91a8461113651.zip |
gnu: r-gviz: Update to 1.44.1.
* gnu/packages/bioconductor.scm (r-gviz): Update to 1.44.1.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files 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 |