gnu: r-covr: Update to 3.6.3.
* gnu/packages/cran.scm (r-covr): Update to 3.6.3. Change-Id: I1cbfa9c4bb1bc6eff8fef6e3096969593acbe1de
parent
8027b0a269
commit
d371eeea1a
|
@ -26026,14 +26026,15 @@ function and interfaces to external frameworks.")
|
||||||
(define-public r-covr
|
(define-public r-covr
|
||||||
(package
|
(package
|
||||||
(name "r-covr")
|
(name "r-covr")
|
||||||
(version "3.6.2")
|
(version "3.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "covr" version))
|
(uri (cran-uri "covr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ns8xbq1l21mg8p2aiqv5h306a3vpn64j6jrgzbv8iv1a7kqrrmc"))
|
(base32 "17m2zzgfghr7gzcdgim21vsl12nd4714867dcp9xfb6ili31ikn0"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
;; TODO: still need to replace highlight.js/highlight.pack.js
|
||||||
(snippet
|
(snippet
|
||||||
'(with-directory-excursion "inst/www/shared"
|
'(with-directory-excursion "inst/www/shared"
|
||||||
(for-each delete-file
|
(for-each delete-file
|
||||||
|
|
Reference in New Issue