gnu: r-bumphunter: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-bumphunter): Update to 1.28.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:37:30 +01:00
parent dfd4287cba
commit 4efdac562b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2772,14 +2772,14 @@ (define-public r-siggenes
(define-public r-bumphunter
(package
(name "r-bumphunter")
(version "1.26.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bumphunter" version))
(sha256
(base32
"1dkyicwqdaahnxcxj6kmivkqb47yccx51lb1q0yar3xpw91vwlfx"))))
"1p3gwb954zns61d1pwgkplxnvgk2lixrl93kkkf439wa3vlgsnjv"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)