gnu: r-future: Update to 1.30.0.
* gnu/packages/cran.scm (r-future): Update to 1.30.0.
This commit is contained in:
parent
46d00e5d99
commit
c2f9e5ac17
1 changed files with 2 additions and 2 deletions
|
@ -17664,14 +17664,14 @@ port-forwarding to your local computer.")
|
||||||
(define-public r-future
|
(define-public r-future
|
||||||
(package
|
(package
|
||||||
(name "r-future")
|
(name "r-future")
|
||||||
(version "1.29.0")
|
(version "1.30.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "future" version))
|
(uri (cran-uri "future" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ws3jp82qjpnvgn5xrxdq7hg7r97rkylj329f9jqr69g3paiyvc5"))))
|
"1njmgnq0qz7b9yvcp6351yz7ydz9hj8bnnaf1ys3md66v9mg1xf7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue