gnu: r-motifbreakr: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-motifbreakr): Update to 2.6.0.
This commit is contained in:
parent
b532b80afb
commit
1390f426db
1 changed files with 2 additions and 2 deletions
|
@ -7680,12 +7680,12 @@ frequency matrices from nine public sources, for multiple organisms.")
|
||||||
(define-public r-motifbreakr
|
(define-public r-motifbreakr
|
||||||
(package
|
(package
|
||||||
(name "r-motifbreakr")
|
(name "r-motifbreakr")
|
||||||
(version "2.4.0")
|
(version "2.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "motifbreakR" version))
|
(uri (bioconductor-uri "motifbreakR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nni6i7h51kz0ch8ls9c9jzd7fjmc9wsavp11hx6w6bmhnh3k4n7"))))
|
(base32 "0i18qriznad4lr6ynzmz01k5yavs5m3h7hd0adbyg8lppbzm6hh4"))))
|
||||||
(properties `((upstream-name . "motifbreakR")))
|
(properties `((upstream-name . "motifbreakR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue