[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/21: gnu: r-regioner: Update to 1.16.3.
From: |
guix-commits |
Subject: |
20/21: gnu: r-regioner: Update to 1.16.3. |
Date: |
Sat, 7 Sep 2019 18:30:50 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a39222d7e2dc64841c79d42d8c0da782e6b5b29a
Author: Ricardo Wurmus <address@hidden>
Date: Sun Sep 8 00:21:32 2019 +0200
gnu: r-regioner: Update to 1.16.3.
* gnu/packages/bioconductor.scm (r-regioner): Update to 1.16.3.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 37cd51d..4f8ebbc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1013,14 +1013,14 @@ the Human Protein Atlas project.")
(define-public r-regioner
(package
(name "r-regioner")
- (version "1.16.2")
+ (version "1.16.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "regioneR" version))
(sha256
(base32
- "1b8ybx4wcxlqw9nvajawsf0lqaqn9v89rxcawg4g3dbzlfssfc5q"))))
+ "0p0jkq5w6v9zlg0csp4ag55228ikbbc86w28yzd9s0gxgx1wvdv4"))))
(properties `((upstream-name . "regioneR")))
(build-system r-build-system)
(propagated-inputs
- 11/21: gnu: r-ggpubr: Update to 0.2.3., (continued)
- 11/21: gnu: r-ggpubr: Update to 0.2.3., guix-commits, 2019/09/07
- 08/21: gnu: r-matrixstats: Update to 0.55.0., guix-commits, 2019/09/07
- 10/21: gnu: r-geometry: Update to 0.4.4., guix-commits, 2019/09/07
- 12/21: gnu: r-insight: Update to 0.5.0., guix-commits, 2019/09/07
- 16/21: gnu: r-ggraph: Update to 2.0.0., guix-commits, 2019/09/07
- 17/21: gnu: r-edger: Update to 3.26.8., guix-commits, 2019/09/07
- 14/21: gnu: r-ggeffects: Update to 0.12.0., guix-commits, 2019/09/07
- 21/21: gnu: r-rsubread: Update to 1.34.7., guix-commits, 2019/09/07
- 15/21: gnu: r-msigdbr: Update to 7.0.1., guix-commits, 2019/09/07
- 09/21: gnu: r-feather: Update to 0.3.4., guix-commits, 2019/09/07
- 20/21: gnu: r-regioner: Update to 1.16.3.,
guix-commits <=