gnu: r-reprex: Update to 0.3.0.

* gnu/packages/cran.scm (r-reprex): Update to 0.3.0.
master
Ricardo Wurmus 2019-05-19 09:23:22 +02:00
parent c86da03a11
commit bd9f147974
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -292,14 +292,14 @@ package is a port of the Python package @code{cssselect}.")
(define-public r-reprex
(package
(name "r-reprex")
(version "0.2.1")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "reprex" version))
(sha256
(base32
"1ws5gds453xgfili87r35rz1wn2i7jbqissq98csbiddpkgls8sx"))))
"0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
(build-system r-build-system)
(propagated-inputs
`(("r-callr" ,r-callr)