mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-reprex: Update to 2.1.0.
* gnu/packages/cran.scm (r-reprex): Update to 2.1.0. Change-Id: I3c5e7f79cd7b6171ae9ec4562ce8866455f05ae6
This commit is contained in:
parent
16aa6d4fc3
commit
273ce26a8c
1 changed files with 2 additions and 2 deletions
|
@ -3789,14 +3789,14 @@ (define-public r-repmis
|
|||
(define-public r-reprex
|
||||
(package
|
||||
(name "r-reprex")
|
||||
(version "2.0.2")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "reprex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14khx09yzn97xhags48lvym1g37h1l2ymvw6r1jlldhjc7i1cnx8"))))
|
||||
"0ld90pkw2r7z115xdnyqk4p39vnxrc8jnn57sl4bkpg5frczw38a"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-callr
|
||||
|
|
Loading…
Reference in a new issue