mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-bumphunter: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-bumphunter): Update to 1.28.0.
This commit is contained in:
parent
dfd4287cba
commit
4efdac562b
1 changed files with 2 additions and 2 deletions
|
@ -2772,14 +2772,14 @@ (define-public r-siggenes
|
||||||
(define-public r-bumphunter
|
(define-public r-bumphunter
|
||||||
(package
|
(package
|
||||||
(name "r-bumphunter")
|
(name "r-bumphunter")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bumphunter" version))
|
(uri (bioconductor-uri "bumphunter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dkyicwqdaahnxcxj6kmivkqb47yccx51lb1q0yar3xpw91vwlfx"))))
|
"1p3gwb954zns61d1pwgkplxnvgk2lixrl93kkkf439wa3vlgsnjv"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Reference in a new issue