mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-fcscan: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-fcscan): Update to 1.10.0.
This commit is contained in:
parent
9c44834a76
commit
8b9d7ec808
1 changed files with 2 additions and 2 deletions
|
@ -8506,13 +8506,13 @@ (define-public r-sigpathway
|
|||
(define-public r-fcscan
|
||||
(package
|
||||
(name "r-fcscan")
|
||||
(version "1.8.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "fcScan" version))
|
||||
(sha256
|
||||
(base32 "0b161ayq4m9xxfs0lgw632lgygzabz8gjl0n75050pa7qaazknvd"))))
|
||||
(base32 "0yv7ifw0xxx1v9z8dxszv0cb72q3frd74dyxfbvrcs6x9y9v3jzp"))))
|
||||
(properties `((upstream-name . "fcScan")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue