gnu: r-covr: Update to 3.6.1.

* gnu/packages/cran.scm (r-covr): Update to 3.6.1.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:14 +02:00
parent e434557c5a
commit 9686a975c7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

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