[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: r-covr: Update to 3.4.0.
From: |
guix-commits |
Subject: |
08/13: gnu: r-covr: Update to 3.4.0. |
Date: |
Thu, 28 Nov 2019 04:03:37 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7b18e6d0006ecad7cca1b5a751e861d5e1826f52
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 28 10:01:44 2019 +0100
gnu: r-covr: Update to 3.4.0.
* gnu/packages/cran.scm (r-covr): Update to 3.4.0.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ff89315..b6adb09 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15432,13 +15432,13 @@ function and interfaces to external frameworks.")
(define-public r-covr
(package
(name "r-covr")
- (version "3.3.2")
+ (version "3.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "covr" version))
(sha256
- (base32 "160w0m2d06kdd8dar57lpph39rxx55xwncbpl3b21l7j9drh1s5f"))))
+ (base32 "0p44kr6yz5sqza5zvq6divqglzkpv0if9pjpjmzhmdaaddjrqzg5"))))
(properties `((upstream-name . "covr")))
(build-system r-build-system)
(propagated-inputs
- 04/13: gnu: r-rnifti: Update to 1.0.1., (continued)
- 04/13: gnu: r-rnifti: Update to 1.0.1., guix-commits, 2019/11/28
- 06/13: gnu: r-grimport2: Update to 0.2-0., guix-commits, 2019/11/28
- 11/13: gnu: r-matrix: Update to 1.2-18., guix-commits, 2019/11/28
- 07/13: gnu: r-kohonen: Update to 3.0.10., guix-commits, 2019/11/28
- 05/13: gnu: r-grimport: Update to 0.9-3., guix-commits, 2019/11/28
- 01/13: gnu: r-factominer: Update to 2.0., guix-commits, 2019/11/28
- 09/13: gnu: r-rgdal: Update to 1.4-8., guix-commits, 2019/11/28
- 12/13: gnu: r-rmarkdown: Update to 1.18., guix-commits, 2019/11/28
- 10/13: gnu: r-igraph: Update to 1.2.4.2., guix-commits, 2019/11/28
- 13/13: gnu: r-e1071: Update to 1.7-3., guix-commits, 2019/11/28
- 08/13: gnu: r-covr: Update to 3.4.0.,
guix-commits <=