gnu: r-motifdb: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-motifdb): Update to 1.36.0.
This commit is contained in:
parent
38ca6643c4
commit
a906e93378
1 changed files with 2 additions and 2 deletions
|
@ -7946,12 +7946,12 @@ distributions, modules and filter motifs.")
|
||||||
(define-public r-motifdb
|
(define-public r-motifdb
|
||||||
(package
|
(package
|
||||||
(name "r-motifdb")
|
(name "r-motifdb")
|
||||||
(version "1.34.0")
|
(version "1.36.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MotifDb" version))
|
(uri (bioconductor-uri "MotifDb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04cmgg5mw1cqbg95zyfc2imykmdxyff16w26rq97xghcxwiq2b3z"))))
|
(base32 "0a2zg26zzk7bj5c33mbwl8dx9lh1hns8q8kwp09rbfjdichv7425"))))
|
||||||
(properties `((upstream-name . "MotifDb")))
|
(properties `((upstream-name . "MotifDb")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue