mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-maftools: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-maftools): Update to 2.16.0.
This commit is contained in:
parent
99c001303d
commit
6263d39069
1 changed files with 2 additions and 2 deletions
|
@ -18515,13 +18515,13 @@ (define-public r-tfbstools
|
|||
(define-public r-maftools
|
||||
(package
|
||||
(name "r-maftools")
|
||||
(version "2.14.0")
|
||||
(version "2.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "maftools" version))
|
||||
(sha256
|
||||
(base32 "1f1r0frikaj6aw137dk523gagkxdygg7gzc3pd303ds5cqynwiqx"))))
|
||||
(base32 "1jvmqn33hxzscr8j7y9zw5sngglcy0zkl0386053lx5dl5s5iqyq"))))
|
||||
(properties `((upstream-name . "maftools")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue