mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -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
|
(define-public r-bicare
|
||||||
(package
|
(package
|
||||||
(name "r-bicare")
|
(name "r-bicare")
|
||||||
(version "1.58.0")
|
(version "1.60.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BicARE" version))
|
(uri (bioconductor-uri "BicARE" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q7dsvj6nvczs76jcxyy77298vgk4zk083bldmbbgnwparrgjii9"))))
|
"10inwxl1cmkdp8037wcwkj5wzxsrrcysxfbqhnkh7pzhzvwnzz9h"))))
|
||||||
(properties `((upstream-name . "BicARE")))
|
(properties `((upstream-name . "BicARE")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue