gnu: r-renv: Update to 1.0.5.
* gnu/packages/cran.scm (r-renv): Update to 1.0.5. Change-Id: Ie51126dec50f4ec3bacd0b52354fd1a4cc2a926f
This commit is contained in:
parent
ae752e8872
commit
72d66dfd07
1 changed files with 2 additions and 2 deletions
|
@ -13440,14 +13440,14 @@ those searches and pull data into their R sessions.")
|
||||||
(define-public r-renv
|
(define-public r-renv
|
||||||
(package
|
(package
|
||||||
(name "r-renv")
|
(name "r-renv")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "renv" version))
|
(uri (cran-uri "renv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jfrkxslx1bw4b2akkp12bgvpfc58dh2vrm91hgb1xa5xydai7j6"))))
|
"07y1xqnx5jkgk0cqgf8c4p5vm3qy87zjl31zv6s0jssy3v7amq4p"))))
|
||||||
(properties `((upstream-name . "renv")))
|
(properties `((upstream-name . "renv")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue