mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-motifdb: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-motifdb): Update to 1.34.0.
This commit is contained in:
parent
f16dcdc1bf
commit
b532b80afb
1 changed files with 2 additions and 2 deletions
|
@ -7653,12 +7653,12 @@ (define-public r-motiv
|
||||||
(define-public r-motifdb
|
(define-public r-motifdb
|
||||||
(package
|
(package
|
||||||
(name "r-motifdb")
|
(name "r-motifdb")
|
||||||
(version "1.32.0")
|
(version "1.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MotifDb" version))
|
(uri (bioconductor-uri "MotifDb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gfk1dgw7gd2y4cnmfdzpzjqkvvikcwx20h0fp7aiq8f0zfwlav5"))))
|
(base32 "04cmgg5mw1cqbg95zyfc2imykmdxyff16w26rq97xghcxwiq2b3z"))))
|
||||||
(properties `((upstream-name . "MotifDb")))
|
(properties `((upstream-name . "MotifDb")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue