me
/
guix
Archived
1
0
Fork 0

gnu: r-covr: Update to 3.3.2.

* gnu/packages/cran.scm (r-covr): Update to 3.3.2.
master
Tobias Geerinckx-Rice 2019-10-17 06:22:36 +02:00
parent 2c19c5d86e
commit 99791c53cb
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -15297,14 +15297,13 @@ function and interfaces to external frameworks.")
(define-public r-covr
(package
(name "r-covr")
(version "3.3.1")
(version "3.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "covr" version))
(sha256
(base32
"0fvd7v53w11x6kaw61hbml8n1j2ck9l2fv2wvqdsg689xic9rqcs"))))
(base32 "160w0m2d06kdd8dar57lpph39rxx55xwncbpl3b21l7j9drh1s5f"))))
(properties `((upstream-name . "covr")))
(build-system r-build-system)
(propagated-inputs