mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-bicare: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-bicare): Update to 1.60.0. Change-Id: I231f0c6f24b62a9bf999b39af003156cd1578289
This commit is contained in:
parent
6f38f25816
commit
a70ca6a613
1 changed files with 2 additions and 2 deletions
|
@ -18948,14 +18948,14 @@ (define-public r-bhc
|
|||
(define-public r-bicare
|
||||
(package
|
||||
(name "r-bicare")
|
||||
(version "1.58.0")
|
||||
(version "1.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BicARE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q7dsvj6nvczs76jcxyy77298vgk4zk083bldmbbgnwparrgjii9"))))
|
||||
"10inwxl1cmkdp8037wcwkj5wzxsrrcysxfbqhnkh7pzhzvwnzz9h"))))
|
||||
(properties `((upstream-name . "BicARE")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue