gnu: r-bumphunter: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-bumphunter): Update to 1.36.0.
This commit is contained in:
parent
328050f083
commit
56f8449df1
1 changed files with 2 additions and 2 deletions
|
@ -6807,14 +6807,14 @@ Bayes Analyses of Microarrays} (EBAM).")
|
||||||
(define-public r-bumphunter
|
(define-public r-bumphunter
|
||||||
(package
|
(package
|
||||||
(name "r-bumphunter")
|
(name "r-bumphunter")
|
||||||
(version "1.34.0")
|
(version "1.36.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
|
||||||
"0wi38vwfi8qr10x4xifhylxx7vfc6fqvqs649iq7lf0y7islwq2v"))))
|
"0d5cz9xy7vhcaj5n3h4cfiv08sn7wn83458525pdwvdzzm449xgv"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Reference in a new issue