mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-gtrellis: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-gtrellis): Update to 1.18.0.
This commit is contained in:
parent
4f8e0487fc
commit
cf0a1cb3b4
1 changed files with 2 additions and 2 deletions
|
@ -4166,14 +4166,14 @@ (define-public r-yamss
|
|||
(define-public r-gtrellis
|
||||
(package
|
||||
(name "r-gtrellis")
|
||||
(version "1.16.1")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gtrellis" version))
|
||||
(sha256
|
||||
(base32
|
||||
"069hln9vflyxic24bxrlmdmz9h3jdd2qaqy898rgk5bn0gqwcjix"))))
|
||||
"0mgspmv6p1a2k98jyy2dfl0wpa2vh7bhnjfm2xaqmcsxzmbjhh9z"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-circlize" ,r-circlize)
|
||||
|
|
Loading…
Reference in a new issue