mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-affixcan: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-affixcan): Update to 1.22.0. Change-Id: Idf8886497dfabcd10502a36aa002ba7a83e46938
This commit is contained in:
parent
aa5177a090
commit
32f127f915
1 changed files with 2 additions and 2 deletions
|
@ -2840,13 +2840,13 @@ (define-public r-adsplit
|
|||
(define-public r-affixcan
|
||||
(package
|
||||
(name "r-affixcan")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AffiXcan" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f508sz5vsmmmvp2mcyd2l4hislg2xhnn11xxva010l3i7by8c2r"))))
|
||||
"1241vpqkv4p3yarr6fsz1a7awvc4ff7q75ia3ra7vgkvg7gx9p93"))))
|
||||
(properties `((upstream-name . "AffiXcan")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue