mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-gviz: Update to 1.46.1.
* gnu/packages/bioconductor.scm (r-gviz): Update to 1.46.1. Change-Id: I10e68ee45be2cd2cddc217e75ee6667323c4dd57
This commit is contained in:
parent
280162165b
commit
1b5ffaa960
1 changed files with 2 additions and 2 deletions
|
@ -21874,14 +21874,14 @@ (define-public r-gqtlstats
|
|||
(define-public r-gviz
|
||||
(package
|
||||
(name "r-gviz")
|
||||
(version "1.46.0")
|
||||
(version "1.46.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Gviz" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b707xxi0ch4kfxid5id16gkh9pnqwrgqpsvgbm0rc89kg73g4jz"))))
|
||||
"0an8hd2g2hp3p1vfsmxq77fm71xlf5g73j4w5mcy28x1aj073zxf"))))
|
||||
(properties `((upstream-name . "Gviz")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue