mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-fcscan: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-fcscan): Update to 1.18.0. Change-Id: Iaa8325f526e06c25775421023d9f05ede76a54a3
This commit is contained in:
parent
e82b89a306
commit
9c78531a2a
1 changed files with 2 additions and 2 deletions
|
@ -16130,13 +16130,13 @@ (define-public r-anota2seq
|
|||
(define-public r-fcscan
|
||||
(package
|
||||
(name "r-fcscan")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "fcScan" version))
|
||||
(sha256
|
||||
(base32 "0hhad9vg43j0yz8fp2w7qdhvdy77yr7anv0fi170042x3piq1q7r"))))
|
||||
(base32 "1gb15zrv44yn65wns7dk24rp54qv7wafqxgk1q8jnbkq9lp5wj2y"))))
|
||||
(properties `((upstream-name . "fcScan")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue