me
/
guix
Archived
1
0
Fork 0

gnu: r-affixcan: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-affixcan): Update to 1.18.0.
master
Ricardo Wurmus 2023-04-28 17:59:41 +02:00
parent 624498f085
commit 457938bbb0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2289,13 +2289,13 @@ the supporting gene set is determined.")
(define-public r-affixcan
(package
(name "r-affixcan")
(version "1.16.0")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AffiXcan" version))
(sha256
(base32
"1jsdl477qhsq3rpqvgdm7navr4izpppfkiw0fvlhxwspgp3fjs6c"))))
"0nf5dkidar6zp5rvpd7i19gdb7mnam9rmca3z3anxi0pdnalwc9d"))))
(properties `((upstream-name . "AffiXcan")))
(build-system r-build-system)
(propagated-inputs