mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-reprex: Update to 2.0.1.
* gnu/packages/cran.scm (r-reprex): Update to 2.0.1.
This commit is contained in:
parent
1eee39454b
commit
7285c1db53
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue