mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-experimenthubdata: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-experimenthubdata): Update to 1.34.0. [native-inputs]: Remove r-runit. Change-Id: I88d4f4c06fab408ff612e230b19f4082fb492d19
This commit is contained in:
parent
bc18690d65
commit
50a9e3bac5
1 changed files with 3 additions and 3 deletions
|
@ -24207,13 +24207,13 @@ access.")
|
|||
(define-public r-experimenthubdata
|
||||
(package
|
||||
(name "r-experimenthubdata")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ExperimentHubData" version))
|
||||
(sha256
|
||||
(base32 "1bg11hpmia4gbzslvlawrq8z5ycyx0sby9sg678x881zkaf107fm"))))
|
||||
(base32 "19n37gf7kz8jvm90f1lg0mc7izvbdy9wasp59qq3l89gifvj3ky6"))))
|
||||
(properties `((upstream-name . "ExperimentHubData")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationhubdata
|
||||
|
@ -24224,7 +24224,7 @@ access.")
|
|||
r-experimenthub
|
||||
r-httr
|
||||
r-s4vectors))
|
||||
(native-inputs (list r-knitr r-runit))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/ExperimentHubData")
|
||||
(synopsis "Add resources to ExperimentHub")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue