mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-fcscan: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-fcscan): Update to 1.16.0. Change-Id: I2ea797017fdca22b7aa08b26f5e8f7d9d75de5d5
This commit is contained in:
parent
27dd42cc07
commit
7cca324d3b
1 changed files with 2 additions and 2 deletions
|
@ -14747,13 +14747,13 @@ (define-public r-sigpathway
|
||||||
(define-public r-fcscan
|
(define-public r-fcscan
|
||||||
(package
|
(package
|
||||||
(name "r-fcscan")
|
(name "r-fcscan")
|
||||||
(version "1.14.0")
|
(version "1.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "fcScan" version))
|
(uri (bioconductor-uri "fcScan" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "071sylwwj27bk39pkn5a29r7bmfpmyaixkkg7dqcdq230c1dsrps"))))
|
(base32 "0hhad9vg43j0yz8fp2w7qdhvdy77yr7anv0fi170042x3piq1q7r"))))
|
||||||
(properties `((upstream-name . "fcScan")))
|
(properties `((upstream-name . "fcScan")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue