me
/
guix
Archived
1
0
Fork 0

gnu: r-affixcan: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-affixcan): Update to 1.22.0.

Change-Id: Idf8886497dfabcd10502a36aa002ba7a83e46938
master
Ricardo Wurmus 2024-05-07 12:32:29 +02:00
parent aa5177a090
commit 32f127f915
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2840,13 +2840,13 @@ the supporting gene set is determined.")
(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