me
/
guix
Archived
1
0
Fork 0

gnu: r-bsgenome-hsapiens-ucsc-hg38: Update to 1.4.4.

* gnu/packages/bioconductor.scm (r-bsgenome-hsapiens-ucsc-hg38): Update to 1.4.4.
master
Ricardo Wurmus 2022-05-28 15:16:54 +02:00
parent 3d93251ea5
commit 8ee1246a38
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -720,14 +720,13 @@ by UCSC (hg19, February 2009) and stored in Biostrings objects.")
(define-public r-bsgenome-hsapiens-ucsc-hg38
(package
(name "r-bsgenome-hsapiens-ucsc-hg38")
(version "1.4.1")
(version "1.4.4")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg38"
version 'annotation))
(sha256
(base32
"1ql08pvi4vv0ynvg4qs9kysw1c7s3crkgin6zxvgzqk6fray9mvi"))))
(base32 "03xmh6q99nqjxz29m6j0ymxlk22jq0nlvpf4a2yhg3hgnxqkakh2"))))
(properties
`((upstream-name . "BSgenome.Hsapiens.UCSC.hg38")))
(build-system r-build-system)