gnu: r-hpar: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-hpar): Update to 1.42.0. [propagated-inputs]: Add r-experimenthub.
This commit is contained in:
parent
fdc4c55da2
commit
c3882920fd
1 changed files with 3 additions and 2 deletions
|
@ -7119,15 +7119,16 @@ matrix to solve the memory problem.")
|
||||||
(define-public r-hpar
|
(define-public r-hpar
|
||||||
(package
|
(package
|
||||||
(name "r-hpar")
|
(name "r-hpar")
|
||||||
(version "1.40.0")
|
(version "1.42.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
|
||||||
"1dls59d2ysk8ngk5c6nx7xqgc2iygbdlzf88gccf2wm8zhy8m3f4"))))
|
"1sg0mjada72a13xh3k6xsiaff7xj4mp76r6i8iab8nfkvng07p4i"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-experimenthub))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/hpar/")
|
(home-page "https://bioconductor.org/packages/hpar/")
|
||||||
|
|
Reference in a new issue