[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/77: gnu: r-covr: Update to 3.6.3.
From: |
guix-commits |
Subject: |
10/77: gnu: r-covr: Update to 3.6.3. |
Date: |
Wed, 25 Oct 2023 10:59:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d371eeea1ae1f0161b724f64898e1f8455da7352
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:56:52 2023 +0200
gnu: r-covr: Update to 3.6.3.
* gnu/packages/cran.scm (r-covr): Update to 3.6.3.
Change-Id: I1cbfa9c4bb1bc6eff8fef6e3096969593acbe1de
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9bf5ea9d2a..8e20387ef0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26026,14 +26026,15 @@ function and interfaces to external frameworks.")
(define-public r-covr
(package
(name "r-covr")
- (version "3.6.2")
+ (version "3.6.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "covr" version))
(sha256
- (base32 "0ns8xbq1l21mg8p2aiqv5h306a3vpn64j6jrgzbv8iv1a7kqrrmc"))
+ (base32 "17m2zzgfghr7gzcdgim21vsl12nd4714867dcp9xfb6ili31ikn0"))
(modules '((guix build utils)))
+ ;; TODO: still need to replace highlight.js/highlight.pack.js
(snippet
'(with-directory-excursion "inst/www/shared"
(for-each delete-file
- branch master updated (d461dd81cd -> fa849a177a), guix-commits, 2023/10/25
- 02/77: gnu: r-ggplot2: Update to 3.4.4., guix-commits, 2023/10/25
- 01/77: gnu: r-gdata: Update to 3.0.0., guix-commits, 2023/10/25
- 05/77: gnu: Add python-jupyterlite-core., guix-commits, 2023/10/25
- 03/77: gnu: r-httpuv: Update to 1.6.12., guix-commits, 2023/10/25
- 07/77: gnu: python-sphinx-gallery: Update to 0.14.0., guix-commits, 2023/10/25
- 06/77: gnu: Add python-jupyterlite-sphinx., guix-commits, 2023/10/25
- 04/77: gnu: Add r-deming., guix-commits, 2023/10/25
- 09/77: gnu: Add python-funsor., guix-commits, 2023/10/25
- 11/77: gnu: r-biomartr: Update to 1.0.6., guix-commits, 2023/10/25
- 10/77: gnu: r-covr: Update to 3.6.3.,
guix-commits <=
- 12/77: gnu: r-metap: Update to 1.9., guix-commits, 2023/10/25
- 08/77: gnu: Add python-assertpy., guix-commits, 2023/10/25
- 13/77: gnu: r-bwstest: Update to 0.2.3., guix-commits, 2023/10/25
- 16/77: gnu: r-rcppthread: Update to 2.1.6., guix-commits, 2023/10/25
- 17/77: gnu: r-sp: Update to 2.1-1., guix-commits, 2023/10/25
- 18/77: gnu: r-drat: Update to 0.2.4., guix-commits, 2023/10/25
- 19/77: gnu: r-rpostgres: Update to 1.4.6., guix-commits, 2023/10/25
- 20/77: gnu: r-ggrepel: Update to 0.9.4., guix-commits, 2023/10/25
- 22/77: gnu: r-aricode: Update to 1.0.3., guix-commits, 2023/10/25
- 14/77: gnu: r-v8: Update to 4.4.0., guix-commits, 2023/10/25