mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-bgmix: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-bgmix): Update to 1.48.0.
This commit is contained in:
parent
a9148d0686
commit
296992be08
1 changed files with 2 additions and 2 deletions
|
@ -7215,14 +7215,14 @@ (define-public r-activepathways
|
||||||
(define-public r-bgmix
|
(define-public r-bgmix
|
||||||
(package
|
(package
|
||||||
(name "r-bgmix")
|
(name "r-bgmix")
|
||||||
(version "1.46.0")
|
(version "1.48.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
|
||||||
"1bwqqhkh4m3hhpd71grwjrg7n07lzvys4y7aghmw2gw5ibnk5683"))))
|
"1pfi3hinjn6ymikadgj8dqm59h7mapf01wj86dbbvf8y1xqp8y8n"))))
|
||||||
(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