me
/
guix
Archived
1
0
Fork 0

gnu: r-maftools: Update to 2.14.0.

* gnu/packages/bioconductor.scm (r-maftools): Update to 2.14.0.
master
zimoun 2022-11-17 03:50:30 +01:00 committed by Ricardo Wurmus
parent 21b32e45bd
commit 8b332d676d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16012,13 +16012,13 @@ provides a wrapper of de novo motif discovery software.")
(define-public r-maftools
(package
(name "r-maftools")
(version "2.12.0")
(version "2.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "maftools" version))
(sha256
(base32 "1gqfi95v4fs64n4walij0g2kds3fbbwp6lih5yakmgf6kj8fpkk6"))))
(base32 "1f1r0frikaj6aw137dk523gagkxdygg7gzc3pd303ds5cqynwiqx"))))
(properties `((upstream-name . "maftools")))
(build-system r-build-system)
(propagated-inputs