mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-fcscan: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-fcscan): Update to 1.12.0.
This commit is contained in:
parent
e392bcce64
commit
245ab82522
1 changed files with 2 additions and 2 deletions
|
@ -10398,13 +10398,13 @@ (define-public r-sigpathway
|
|||
(define-public r-fcscan
|
||||
(package
|
||||
(name "r-fcscan")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "fcScan" version))
|
||||
(sha256
|
||||
(base32 "0yv7ifw0xxx1v9z8dxszv0cb72q3frd74dyxfbvrcs6x9y9v3jzp"))))
|
||||
(base32 "0z83ncjxw9x8nvc6pncrvpf6lmamvgrv56j96s1f0x9jydk18chy"))))
|
||||
(properties `((upstream-name . "fcScan")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue