me
/
guix
Archived
1
0
Fork 0

gnu: r-genomeinfodb: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.38.0.

Change-Id: I27a7edf8c07b8438bd57632287e89ba1b373e3de
master
Ricardo Wurmus 2023-11-03 16:57:31 +01:00
parent 9845ee6e36
commit dab13c9e14
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7459,13 +7459,13 @@ genomic intervals. In addition, it can use BAM or BigWig files as input.")
(define-public r-genomeinfodb
(package
(name "r-genomeinfodb")
(version "1.36.4")
(version "1.38.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomeInfoDb" version))
(sha256
(base32
"0wwh72sj894m3awk4g2zmkkwqafdjyxzsr49vnd1fiyz909hw02a"))))
"1a82xx1ijmfxk6d4pjqy45cdrnf75yrs7l7l64brl5d5dif45s42"))))
(properties
`((upstream-name . "GenomeInfoDb")))
(build-system r-build-system)