me
/
guix
Archived
1
0
Fork 0

gnu: r-annotate: Update to 1.54.0.

* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.54.0.
master
Roel Janssen 2017-04-28 10:26:57 +02:00
parent 7c3e4660a5
commit dbab99b6d2
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

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)