diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:32:01 +0100 |
commit | 5374b55b68ad5713f97e2fc30ebcde73be00ce5f (patch) | |
tree | 50089cd5d377c322020d87c44953418a09e08f76 /gnu/packages | |
parent | 8b332d676d06188f6dfb200099def4220106a7a3 (diff) | |
download | guix-5374b55b68ad5713f97e2fc30ebcde73be00ce5f.tar.gz |
gnu: r-motifmatchr: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-motifmatchr): Update to 1.20.0.
Diffstat (limited to 'gnu/packages')
-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 76d3b57d04..d6b1836449 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -16041,14 +16041,14 @@ customizable visualzations with minimal effort.") (define-public r-motifmatchr (package (name "r-motifmatchr") - (version "1.18.0") + (version "1.20.0") (source (origin (method url-fetch) (uri (bioconductor-uri "motifmatchr" version)) (sha256 (base32 - "1ssn00mxwk23zr5na0vcmxvm69i68f0ga0wqlv1nk2isg0wpv878")))) + "01k2ngf4nj2cazb3a2c96by86xwdkdngzwhb73n2wadibamnqnfv")))) (properties `((upstream-name . "motifmatchr"))) (build-system r-build-system) (propagated-inputs |