me
/
guix
Archived
1
0
Fork 0

gnu: r-hpar: Update to 1.42.0.

* gnu/packages/bioconductor.scm (r-hpar): Update to 1.42.0.
[propagated-inputs]: Add r-experimenthub.
master
Ricardo Wurmus 2023-04-28 17:59:55 +02:00
parent fdc4c55da2
commit c3882920fd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -7119,15 +7119,16 @@ matrix to solve the memory problem.")
(define-public r-hpar
(package
(name "r-hpar")
(version "1.40.0")
(version "1.42.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "hpar" version))
(sha256
(base32
"1dls59d2ysk8ngk5c6nx7xqgc2iygbdlzf88gccf2wm8zhy8m3f4"))))
"1sg0mjada72a13xh3k6xsiaff7xj4mp76r6i8iab8nfkvng07p4i"))))
(build-system r-build-system)
(propagated-inputs (list r-experimenthub))
(native-inputs
(list r-knitr))
(home-page "https://bioconductor.org/packages/hpar/")