me
/
guix
Archived
1
0
Fork 0

gnu: r-maftools: Update to 2.16.0.

* gnu/packages/bioconductor.scm (r-maftools): Update to 2.16.0.
master
Ricardo Wurmus 2023-04-28 19:01:32 +02:00
parent 99c001303d
commit 6263d39069
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18515,13 +18515,13 @@ provides a wrapper of de novo motif discovery software.")
(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