mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-ancombc: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-ancombc): Update to 2.6.0. Change-Id: I925595eb4d2191a75880cc28188d9d71e55bebd9
This commit is contained in:
parent
e6f568abde
commit
6ed0d665aa
1 changed files with 2 additions and 2 deletions
|
@ -3539,13 +3539,13 @@ (define-public r-anaquin
|
|||
(define-public r-ancombc
|
||||
(package
|
||||
(name "r-ancombc")
|
||||
(version "2.4.0")
|
||||
(version "2.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ANCOMBC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1m63k1b9xh5mv4zb5m9nlrdcqkh2h477x1zyfk8j89idcvk9jil7"))))
|
||||
"14jdfcv3hghl1z2f7zj2mdqdyblz5sn4l1iwh8bhvih86cpigb58"))))
|
||||
(properties `((upstream-name . "ANCOMBC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue