gnu: r-hpar: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-hpar): Update to 1.30.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
c2f4ad96f5
commit
07bea01092
1 changed files with 4 additions and 2 deletions
|
@ -1376,15 +1376,17 @@ (define-public r-annotate
|
||||||
(define-public r-hpar
|
(define-public r-hpar
|
||||||
(package
|
(package
|
||||||
(name "r-hpar")
|
(name "r-hpar")
|
||||||
(version "1.28.0")
|
(version "1.30.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "hpar" version))
|
(uri (bioconductor-uri "hpar" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yhay1ryrgj9cqa1x136cw40ca93afyvg0sarm30jsbj8nc1rm5m"))))
|
"1jq0qw7wq3426cp004divywjm3ryixkykcmwlhrri13agz6rx3r9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/hpar/")
|
(home-page "https://bioconductor.org/packages/hpar/")
|
||||||
(synopsis "Human Protein Atlas in R")
|
(synopsis "Human Protein Atlas in R")
|
||||||
(description "This package provides a simple interface to and data from
|
(description "This package provides a simple interface to and data from
|
||||||
|
|
Loading…
Reference in a new issue