gnu: r-txdb-hsapiens-ucsc-hg38-knowngene: Update to 3.15.0.

* gnu/packages/bioconductor.scm (r-txdb-hsapiens-ucsc-hg38-knowngene): Update to 3.15.0.
[propagated-inputs]: Add r-annotationdbi.
This commit is contained in:
Ricardo Wurmus 2022-05-28 15:16:55 +02:00
parent 8ee1246a38
commit 5efae7b049
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -891,19 +891,18 @@ (define-public r-txdb-hsapiens-ucsc-hg19-knowngene
(define-public r-txdb-hsapiens-ucsc-hg38-knowngene
(package
(name "r-txdb-hsapiens-ucsc-hg38-knowngene")
(version "3.4.6")
(version "3.15.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg38.knownGene"
version 'annotation))
(sha256
(base32
"12j7rri9r129v9w1yiqadg952dx462dh092sxif3r5kk8l7bxkn9"))))
(base32 "1y9fqhkk5wgny43bxc0j82afy49vz34rblcmcfmwavngdkpnj879"))))
(properties
`((upstream-name . "TxDb.Hsapiens.UCSC.hg38.knownGene")))
(build-system r-build-system)
(propagated-inputs
(list r-genomicfeatures))
(list r-annotationdbi r-genomicfeatures))
(home-page
"https://bioconductor.org/packages/TxDb.Hsapiens.UCSC.hg38.knownGene/")
(synopsis "Annotation package for human genome in TxDb format")