gnu: r-maftools: Update to 2.20.0.

* gnu/packages/bioconductor.scm (r-maftools): Update to 2.20.0.

Change-Id: Iad2bb2427a16d8fb4cee3f06a8add4703d38a2df
This commit is contained in:
Ricardo Wurmus 2024-05-07 13:07:17 +02:00
parent 3b55a84885
commit aec0563082
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -22290,13 +22290,13 @@ provides a wrapper of de novo motif discovery software.")
(define-public r-maftools
(package
(name "r-maftools")
(version "2.18.0")
(version "2.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "maftools" version))
(sha256
(base32 "025wlqnx13ldzyrf72mrfj492d62i4xyjbhpmgavgld0jwfmr3ga"))))
(base32 "0c2sf8l1wfgz3nh9ccm10y9wwh7rv55r09awavqlrr9glcbblp32"))))
(properties `((upstream-name . "maftools")))
(build-system r-build-system)
(propagated-inputs