gnu: r-annotate: Update to 1.52.1.
* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.52.1. [propagated-inputs]: Add r-rcurl.
This commit is contained in:
parent
a57495e27a
commit
d0f0579e6f
|
@ -5227,20 +5227,21 @@ data types as well.")
|
||||||
(define-public r-annotate
|
(define-public r-annotate
|
||||||
(package
|
(package
|
||||||
(name "r-annotate")
|
(name "r-annotate")
|
||||||
(version "1.52.0")
|
(version "1.52.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "annotate" version))
|
(uri (bioconductor-uri "annotate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fd2csq7dcs2gwndgwdx2nwkymz8gsmlnqqzv3p0vjjsvvq5n2a8"))))
|
"0yymz8qxgnbybvfhqrgkd1hh9dhwxdii1yxkhr1zicjgb35xixxb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
("r-biobase" ,r-biobase)
|
("r-biobase" ,r-biobase)
|
||||||
("r-biocgenerics" ,r-biocgenerics)
|
("r-biocgenerics" ,r-biocgenerics)
|
||||||
("r-dbi" ,r-dbi)
|
("r-dbi" ,r-dbi)
|
||||||
|
("r-rcurl" ,r-rcurl)
|
||||||
("r-xml" ,r-xml)
|
("r-xml" ,r-xml)
|
||||||
("r-xtable" ,r-xtable)))
|
("r-xtable" ,r-xtable)))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Loading…
Reference in New Issue