gnu: r-renv: Update to 0.15.4.
* gnu/packages/cran.scm (r-renv): Update to 0.15.4.
This commit is contained in:
parent
d0321cd18f
commit
4199e47865
@ -8383,14 +8383,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 "0.15.2")
|
(version "0.15.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "renv" version))
|
(uri (cran-uri "renv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nv5hz40cbvdbc2kkr2q2xqnpkgkmp47nlfbr7z57mpn579zyznh"))))
|
"0byfs4cydhyqzdrxjv7sa6i30xc7qhnx0qw9d8wwwlzdkv235flf"))))
|
||||||
(properties `((upstream-name . "renv")))
|
(properties `((upstream-name . "renv")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user