mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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 @@ (define-public r-motiv
|
|||
(define-public r-motifdb
|
||||
(package
|
||||
(name "r-motifdb")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MotifDb" version))
|
||||
(sha256
|
||||
(base32 "04cmgg5mw1cqbg95zyfc2imykmdxyff16w26rq97xghcxwiq2b3z"))))
|
||||
(base32 "0a2zg26zzk7bj5c33mbwl8dx9lh1hns8q8kwp09rbfjdichv7425"))))
|
||||
(properties `((upstream-name . "MotifDb")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue