mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-experimenthub: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-experimenthub): Update to 2.2.0.
This commit is contained in:
parent
f1014a64c9
commit
2adab76473
1 changed files with 2 additions and 2 deletions
|
@ -11808,14 +11808,14 @@ also known as views, in a controlled vocabulary.")
|
||||||
(define-public r-experimenthub
|
(define-public r-experimenthub
|
||||||
(package
|
(package
|
||||||
(name "r-experimenthub")
|
(name "r-experimenthub")
|
||||||
(version "2.0.0")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ExperimentHub" version))
|
(uri (bioconductor-uri "ExperimentHub" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mzmw3100lf33yhz27nbxncrjk5bprlackrjcwf8xdhcaidg40p4"))))
|
"15las4qmqvrn81hczxa3ylikqh54kp1lg9r8rcyfvrx5l0kgwlfq"))))
|
||||||
(properties `((upstream-name . "ExperimentHub")))
|
(properties `((upstream-name . "ExperimentHub")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue