1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 23:50:33 +02:00

gnu: r-annotate: Update to 1.54.0.

* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.54.0.
This commit is contained in:
Roel Janssen
2017-04-28 10:26:57 +02:00
parent 7c3e4660a5
commit dbab99b6d2

View File

@@ -5389,14 +5389,14 @@ data types as well.")
(define-public r-annotate
(package
(name "r-annotate")
(version "1.52.1")
(version "1.54.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotate" version))
(sha256
(base32
"0yymz8qxgnbybvfhqrgkd1hh9dhwxdii1yxkhr1zicjgb35xixxb"))))
"03hmbvp3i6lvd307fqdg7akxi2qp322rlky3bzw0zccgm0i0221g"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)