me
/
guix
Archived
1
0
Fork 0

gnu: r-affixcan: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-affixcan): Update to 1.16.0.
master
zimoun 2022-11-17 03:50:03 +01:00 committed by Ricardo Wurmus
parent b772bc7f75
commit 69ecae7801
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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