gnu: r-maftools: Update to 2.18.0.
* gnu/packages/bioconductor.scm (r-maftools): Update to 2.18.0. Change-Id: I86ad6178d842ab3c93281bc4795a76abeb3c1e35
This commit is contained in:
parent
eff0371eed
commit
2458396f31
1 changed files with 2 additions and 2 deletions
|
@ -20797,13 +20797,13 @@ (define-public r-tfbstools
|
||||||
(define-public r-maftools
|
(define-public r-maftools
|
||||||
(package
|
(package
|
||||||
(name "r-maftools")
|
(name "r-maftools")
|
||||||
(version "2.16.0")
|
(version "2.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "maftools" version))
|
(uri (bioconductor-uri "maftools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jvmqn33hxzscr8j7y9zw5sngglcy0zkl0386053lx5dl5s5iqyq"))))
|
(base32 "025wlqnx13ldzyrf72mrfj492d62i4xyjbhpmgavgld0jwfmr3ga"))))
|
||||||
(properties `((upstream-name . "maftools")))
|
(properties `((upstream-name . "maftools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue