gnu: r-bumphunter: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-bumphunter): Update to 1.26.0.
master
Ricardo Wurmus 2019-05-06 00:01:01 +02:00
parent 409f4dd652
commit 693a98056c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2388,14 +2388,14 @@ Bayes Analyses of Microarrays} (EBAM).")
(define-public r-bumphunter
(package
(name "r-bumphunter")
(version "1.24.5")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bumphunter" version))
(sha256
(base32
"1f9vk3srffbx8jpza40nd18a4y0p0z8q40mx55dlcnddkwrqi19b"))))
"1dkyicwqdaahnxcxj6kmivkqb47yccx51lb1q0yar3xpw91vwlfx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)