mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-microbiome: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-microbiome): Update to 1.30.0. Change-Id: I959abf857119fc6a04c1c8900d0ddfb8f7c64390
This commit is contained in:
parent
d938d1e6e5
commit
c5cb9f4285
1 changed files with 2 additions and 2 deletions
|
@ -18150,13 +18150,13 @@ summarization.")
|
||||||
(define-public r-microbiome
|
(define-public r-microbiome
|
||||||
(package
|
(package
|
||||||
(name "r-microbiome")
|
(name "r-microbiome")
|
||||||
(version "1.28.0")
|
(version "1.30.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "microbiome" version))
|
(uri (bioconductor-uri "microbiome" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q78d71gpczgphv9adh8lz6lx1q0wbiv4pl59aqz6cvagx0kcza6"))))
|
"0l8538jg7rg8bag169ffbvhmb132y5rhn6s7a906jd2kf5fyx6ja"))))
|
||||||
(properties `((upstream-name . "microbiome")))
|
(properties `((upstream-name . "microbiome")))
|
||||||
(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