mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-microbiome: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-microbiome): Update to 1.26.0. Change-Id: I8ff4db42954af3dbf118f58838cae12c54998fa5
This commit is contained in:
parent
6040bcf1d5
commit
37ec72581f
1 changed files with 2 additions and 2 deletions
|
@ -15408,13 +15408,13 @@ (define-public r-mia
|
|||
(define-public r-microbiome
|
||||
(package
|
||||
(name "r-microbiome")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "microbiome" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xmkwf7v89nwlpjrzqxv87lbsn6za99v7f0yxkgzfk5n6fadrf05"))))
|
||||
"1azxfydcrxi46j6lykspzchwcj0dpghjia7vfb2bppz9gh8nvk37"))))
|
||||
(properties `((upstream-name . "microbiome")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue