mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-bgx: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-bgx): Update to 1.62.0.
This commit is contained in:
parent
c988069a9d
commit
8c4e6cfb29
1 changed files with 2 additions and 2 deletions
|
@ -12423,14 +12423,14 @@ (define-public r-bgmix
|
||||||
(define-public r-bgx
|
(define-public r-bgx
|
||||||
(package
|
(package
|
||||||
(name "r-bgx")
|
(name "r-bgx")
|
||||||
(version "1.60.0")
|
(version "1.62.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
|
||||||
"0z3isnpyf9s11807dprxmd105lb0k4l7r1sygad30ncjvpldifzm"))))
|
"0q2y4n6bcc9pvz5sgfkw1lrb00rrp7q29i1vh7srdfmfhgpyz6bk"))))
|
||||||
(properties `((upstream-name . "bgx")))
|
(properties `((upstream-name . "bgx")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue