mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: r-motifmatchr: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-motifmatchr): Update to 1.24.0. Change-Id: Ic656b84be047307728609f7a80b4077b1c638d4c
This commit is contained in:
parent
2458396f31
commit
c5068f9911
1 changed files with 2 additions and 2 deletions
|
@ -20826,14 +20826,14 @@ (define-public r-maftools
|
||||||
(define-public r-motifmatchr
|
(define-public r-motifmatchr
|
||||||
(package
|
(package
|
||||||
(name "r-motifmatchr")
|
(name "r-motifmatchr")
|
||||||
(version "1.22.0")
|
(version "1.24.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
|
||||||
"0vqsxfbrxs25xr27vsr5syqjn6fwvn5dw0g76w4rdqk5d08p56ci"))))
|
"13kkg9xpyvgqpsaz5f96pd43i8a45jrbnzqmax793zkv4ai8p16j"))))
|
||||||
(properties `((upstream-name . "motifmatchr")))
|
(properties `((upstream-name . "motifmatchr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue