gnu: r-reprex: Update to 2.0.1.

* gnu/packages/cran.scm (r-reprex): Update to 2.0.1.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:24 +02:00
parent 1eee39454b
commit 7285c1db53
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1197,14 +1197,14 @@ (define-public r-selectr
(define-public r-reprex
(package
(name "r-reprex")
(version "2.0.0")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "reprex" version))
(sha256
(base32
"1lcnxczy28n4g3rvph09va7svcznfyqa7zdggklqb924qvy7flwh"))))
"09k4rasp7mz6n796dsklcbc5l7prljiznrm7fra16qybr9kqcv8f"))))
(build-system r-build-system)
(propagated-inputs
`(("r-callr" ,r-callr)