me
/
guix
Archived
1
0
Fork 0

gnu: r-annotate: Update to 1.60.0.

* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.60.0.
master
Ricardo Wurmus 2018-11-07 11:57:03 +01:00
parent 00281ea3cd
commit 090d4c0159
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6322,14 +6322,14 @@ data types as well.")
(define-public r-annotate
(package
(name "r-annotate")
(version "1.58.0")
(version "1.60.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotate" version))
(sha256
(base32
"1qmncyvy147a1ll3iri45p822kcs3s7583jfnq9jf6sz9ilk8cjf"))))
"0p6c96lay23a67dyirgnwzm2yw22m592z780vy6p4nqwla8ha18n"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)