mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -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
|
||||
(package
|
||||
(name "r-motifmatchr")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "motifmatchr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vqsxfbrxs25xr27vsr5syqjn6fwvn5dw0g76w4rdqk5d08p56ci"))))
|
||||
"13kkg9xpyvgqpsaz5f96pd43i8a45jrbnzqmax793zkv4ai8p16j"))))
|
||||
(properties `((upstream-name . "motifmatchr")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue