mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-gviz: Update to 1.22.3.
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.22.3.
This commit is contained in:
parent
ca7855fcd2
commit
d578278e35
1 changed files with 2 additions and 2 deletions
|
@ -10218,14 +10218,14 @@ (define-public r-gqtlstats
|
|||
(define-public r-gviz
|
||||
(package
|
||||
(name "r-gviz")
|
||||
(version "1.22.2")
|
||||
(version "1.22.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Gviz" version))
|
||||
(sha256
|
||||
(base32
|
||||
"173n99mc95sij2vb8n3xd016x7mxhjs961q3l29xkg1lrnnm2sva"))))
|
||||
"1grjzrjpzkw572pbvpsvdnfkfgwybl0cnjd7nnk2xdr26wnbsi9a"))))
|
||||
(properties `((upstream-name . "Gviz")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue