gnu: r-bgx: Update to 1.56.0.
* gnu/packages/bioconductor.scm (r-bgx): Update to 1.56.0.
This commit is contained in:
parent
fad5da32dc
commit
3cebe2745a
1 changed files with 2 additions and 2 deletions
|
@ -7359,14 +7359,14 @@ gene expression.")
|
||||||
(define-public r-bgx
|
(define-public r-bgx
|
||||||
(package
|
(package
|
||||||
(name "r-bgx")
|
(name "r-bgx")
|
||||||
(version "1.54.1")
|
(version "1.56.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
|
||||||
"0a10fg9n5p024jrmbis102gqpbz23sc6vdn1sal2697hlxikzb46"))))
|
"0gm4wv9drqvg9r4f0id1ivrfgv0nvh0hb6hp63b3jd14092777im"))))
|
||||||
(properties `((upstream-name . "bgx")))
|
(properties `((upstream-name . "bgx")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue