mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-bgmix: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-bgmix): Update to 1.50.0.
This commit is contained in:
parent
fa7e242910
commit
fad5da32dc
1 changed files with 2 additions and 2 deletions
|
@ -7337,14 +7337,14 @@ (define-public r-activepathways
|
||||||
(define-public r-bgmix
|
(define-public r-bgmix
|
||||||
(package
|
(package
|
||||||
(name "r-bgmix")
|
(name "r-bgmix")
|
||||||
(version "1.48.0")
|
(version "1.50.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BGmix" version))
|
(uri (bioconductor-uri "BGmix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pfi3hinjn6ymikadgj8dqm59h7mapf01wj86dbbvf8y1xqp8y8n"))))
|
"0r9gjqajarg5mivxhqdzn8m8hmfarmzbplp3zqyyznccri03pv50"))))
|
||||||
(properties `((upstream-name . "BGmix")))
|
(properties `((upstream-name . "BGmix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue