gnu: r-annotate: Update to 1.62.0.

* gnu/packages/bioconductor.scm (r-annotate): Update to 1.62.0.
master
Ricardo Wurmus 2019-05-05 23:52:45 +02:00
parent 81a1c45df5
commit 0c53332a27
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -861,14 +861,14 @@ packages.")
(define-public r-annotate
(package
(name "r-annotate")
(version "1.60.1")
(version "1.62.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotate" version))
(sha256
(base32
"0pk6ayr3vyqxk850ljkbyil4i382ngfqcbxlv0qrp62yfqgzcjwp"))))
"0hww0h4b7bv37mnjviazy247mnzj72z5linwm1gvljrgqv3bagcs"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)