mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-reprex: Update to 0.3.0.
* gnu/packages/cran.scm (r-reprex): Update to 0.3.0.
This commit is contained in:
parent
c86da03a11
commit
bd9f147974
1 changed files with 2 additions and 2 deletions
|
@ -292,14 +292,14 @@ (define-public r-selectr
|
||||||
(define-public r-reprex
|
(define-public r-reprex
|
||||||
(package
|
(package
|
||||||
(name "r-reprex")
|
(name "r-reprex")
|
||||||
(version "0.2.1")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "reprex" version))
|
(uri (cran-uri "reprex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ws5gds453xgfili87r35rz1wn2i7jbqissq98csbiddpkgls8sx"))))
|
"0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-callr" ,r-callr)
|
`(("r-callr" ,r-callr)
|
||||||
|
|
Loading…
Reference in a new issue