me
/
guix
Archived
1
0
Fork 0

gnu: r-annotatr: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.18.0.
master
Ricardo Wurmus 2021-06-05 08:50:05 +02:00
parent 28472b62d3
commit 758c1cd3c2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9214,14 +9214,14 @@ datasets.")
(define-public r-annotatr
(package
(name "r-annotatr")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotatr" version))
(sha256
(base32
"0dq67snpqxl9mifljm6zlnkdb0ghjwday0fvcn3i7zmrfszgzyf9"))))
"0pcf4jrq05bmfxph41hmdx1x147k1ay5fl2h488y1s4h8qm3c67p"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)