diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:57:34 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:58:40 +0200 |
commit | 5326f0c76e9cfc5506dc1439fe20c5d71593c89b (patch) | |
tree | fa3c74d450e6cfefb3ba0824472a62e9080bd8bb | |
parent | d371eeea1ae1f0161b724f64898e1f8455da7352 (diff) |
gnu: r-biomartr: Update to 1.0.6.
* gnu/packages/bioconductor.scm (r-biomartr): Update to 1.0.6.
Change-Id: Ifdbc61ef9b34aee441524ea15f0b5a7dfdd76052
-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 d3ff0b1127..fb0dd7d6f3 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6267,13 +6267,13 @@ powerful online queries from gene annotation to database mining.") (define-public r-biomartr (package (name "r-biomartr") - (version "1.0.5") + (version "1.0.6") (source (origin (method url-fetch) (uri (cran-uri "biomartr" version)) (sha256 (base32 - "14nw44dkyrfw43dc4zwsnvkrmdhsl131m9w1wa80j3qkbhyaypfl")))) + "06wd8s2cssw58xp9d078fc7iycpxryccnclrk3gnh757j1h0vzim")))) (properties `((upstream-name . "biomartr"))) (build-system r-build-system) (propagated-inputs |