gnu: r-motifmatchr: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-motifmatchr): Update to 1.26.0. Change-Id: I829ce102796a01db25be22eba3b6eeb3dbd07b31
This commit is contained in:
parent
aec0563082
commit
fe25e3608b
1 changed files with 2 additions and 2 deletions
|
@ -22319,14 +22319,14 @@ customizable visualzations with minimal effort.")
|
||||||
(define-public r-motifmatchr
|
(define-public r-motifmatchr
|
||||||
(package
|
(package
|
||||||
(name "r-motifmatchr")
|
(name "r-motifmatchr")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "motifmatchr" version))
|
(uri (bioconductor-uri "motifmatchr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13kkg9xpyvgqpsaz5f96pd43i8a45jrbnzqmax793zkv4ai8p16j"))))
|
"1wpvdg5x51cbzpqa4s2s0zl9h7fsrsp87mxxlhxs65zx6yyfj2xl"))))
|
||||||
(properties `((upstream-name . "motifmatchr")))
|
(properties `((upstream-name . "motifmatchr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue