mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-bgx: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-bgx): Update to 1.70.0. Change-Id: Ibbbae41e23ab19f5cba7e2264fa2c2848a38a15f
This commit is contained in:
parent
841b39867d
commit
40a55d3f50
1 changed files with 2 additions and 2 deletions
|
@ -20347,14 +20347,14 @@ (define-public r-bgmix
|
|||
(define-public r-bgx
|
||||
(package
|
||||
(name "r-bgx")
|
||||
(version "1.68.3")
|
||||
(version "1.70.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bgx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a3hq2i1mxf6dpkk82b6y88q5fcjbqpdcxqplkfp5d2slzsqc3jp"))))
|
||||
"0sglk8q12fvqk6m699v3lajwr1zb8wnrldfv2n8y7jjy2fqcvs19"))))
|
||||
(properties `((upstream-name . "bgx")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue