gnu: r-renv: Update to 1.0.2.
* gnu/packages/cran.scm (r-renv): Update to 1.0.2.
This commit is contained in:
parent
9e7b7ef4cb
commit
8dae3cab6d
1 changed files with 2 additions and 2 deletions
|
@ -12216,14 +12216,14 @@ those searches and pull data into their R sessions.")
|
|||
(define-public r-renv
|
||||
(package
|
||||
(name "r-renv")
|
||||
(version "1.0.0")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "renv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ssp0mam8zkk0qsgadab0c1lkbqac3cq12s3066xz44h2jzsrfj8"))))
|
||||
"1kl5ckcpj38w8xqq8jqjg050hcc2ill114x4qp4v5zk32sw49aap"))))
|
||||
(properties `((upstream-name . "renv")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Reference in a new issue