gnu: r-bgx: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-bgx): Update to 1.64.0.
This commit is contained in:
parent
ade1bef97a
commit
16e636eccb
1 changed files with 2 additions and 2 deletions
|
@ -14355,14 +14355,14 @@ (define-public r-bgmix
|
||||||
(define-public r-bgx
|
(define-public r-bgx
|
||||||
(package
|
(package
|
||||||
(name "r-bgx")
|
(name "r-bgx")
|
||||||
(version "1.62.0")
|
(version "1.64.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bgx" version))
|
(uri (bioconductor-uri "bgx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q2y4n6bcc9pvz5sgfkw1lrb00rrp7q29i1vh7srdfmfhgpyz6bk"))))
|
"1ylg9bnq8iwax0ap4c19v4mkbq673s8dfv49d94znsryg3fp93dl"))))
|
||||||
(properties `((upstream-name . "bgx")))
|
(properties `((upstream-name . "bgx")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue