mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-tcgautils: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-tcgautils): Update to 1.22.0. Change-Id: I032c2f7fe6dcd40ade4ed736052e1caad79610e6
This commit is contained in:
parent
a6acba4a2d
commit
3302942017
1 changed files with 2 additions and 2 deletions
|
@ -10416,13 +10416,13 @@ (define-public r-singscore
|
|||
(define-public r-tcgautils
|
||||
(package
|
||||
(name "r-tcgautils")
|
||||
(version "1.20.4")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "TCGAutils" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02mkijvh2h58wg7hsi76ycw6gapl0ai190agckaw4l54sqpsx91q"))))
|
||||
"0r79iiqv7q83wz5w3lm271dn3jdrkggmvjdyj1wnjsih1n2viy7d"))))
|
||||
(properties `((upstream-name . "TCGAutils")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationdbi
|
||||
|
|
Loading…
Reference in a new issue