me
/
guix
Archived
1
0
Fork 0

gnu: r-motifdb: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-motifdb): Update to 1.36.0.
master
Ricardo Wurmus 2021-11-04 22:04:24 +00:00
parent 38ca6643c4
commit a906e93378
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7946,12 +7946,12 @@ distributions, modules and filter motifs.")
(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