mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-affixcan: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-affixcan): Update to 1.16.0.
This commit is contained in:
parent
b772bc7f75
commit
69ecae7801
1 changed files with 2 additions and 2 deletions
|
@ -1899,13 +1899,13 @@ (define-public r-adsplit
|
|||
(define-public r-affixcan
|
||||
(package
|
||||
(name "r-affixcan")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AffiXcan" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wj9shzmlxpksbxny571xzfcmmqqzjlk1vq4mx1is2r6ma7jkblq"))))
|
||||
"1jsdl477qhsq3rpqvgdm7navr4izpppfkiw0fvlhxwspgp3fjs6c"))))
|
||||
(properties `((upstream-name . "AffiXcan")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue