me
/
guix
Archived
1
0
Fork 0

gnu: r-covr: Update to 3.5.1.

* gnu/packages/cran.scm (r-covr): Update to 3.5.1.
master
Ricardo Wurmus 2020-10-05 22:44:27 +02:00
parent 57d41e9045
commit 2cab0e12b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16652,13 +16652,13 @@ function and interfaces to external frameworks.")
(define-public r-covr
(package
(name "r-covr")
(version "3.5.0")
(version "3.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "covr" version))
(sha256
(base32 "1pvr95h7jg9hqq1qq1cccy323pkxldrwafl08151cc410499k4fb"))))
(base32 "0v5cv3cw2kpdr6wxmkbd3wclavr17zipypdcb10hhmpa4cvgqk55"))))
(properties `((upstream-name . "covr")))
(build-system r-build-system)
(propagated-inputs