mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-bumphunter: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-bumphunter): Update to 1.38.0.
This commit is contained in:
parent
4ff4b93aa0
commit
2246d7a2d9
1 changed files with 2 additions and 2 deletions
|
@ -7970,14 +7970,14 @@ (define-public r-siggenes
|
|||
(define-public r-bumphunter
|
||||
(package
|
||||
(name "r-bumphunter")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bumphunter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d5cz9xy7vhcaj5n3h4cfiv08sn7wn83458525pdwvdzzm449xgv"))))
|
||||
"0k92ps9chqsimbc7vsr8swg679zfv8nfn5zahbqq4nknhhy7hwxw"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi
|
||||
|
|
Loading…
Reference in a new issue