diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 17:19:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:26 +0100 |
commit | c5068f991139b580a6647414a84b02d5e0e10f19 (patch) | |
tree | 355aa71a66bd300192b42ed1efcb39fcc04ee35b | |
parent | 2458396f314340a74726d1024f49758e2470813b (diff) | |
download | guix-c5068f991139b580a6647414a84b02d5e0e10f19.tar.gz |
gnu: r-motifmatchr: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-motifmatchr): Update to 1.24.0. Change-Id: Ic656b84be047307728609f7a80b4077b1c638d4c
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 3463ec144a..5b2558add8 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -20826,14 +20826,14 @@ customizable visualzations with minimal effort.") (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 |