mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-gviz: Update to 1.44.1.
* gnu/packages/bioconductor.scm (r-gviz): Update to 1.44.1.
This commit is contained in:
parent
4ab9700e29
commit
86f9555ef0
1 changed files with 2 additions and 2 deletions
|
@ -20848,14 +20848,14 @@ (define-public r-gqtlstats
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue