1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-12 20:25:53 +02:00

gnu: r-future: Update to 1.30.0.

* gnu/packages/cran.scm (r-future): Update to 1.30.0.
This commit is contained in:
Ricardo Wurmus
2022-12-19 17:07:23 +01:00
parent 46d00e5d99
commit c2f9e5ac17
+2 -2
View File
@@ -17664,14 +17664,14 @@ port-forwarding to your local computer.")
(define-public r-future
(package
(name "r-future")
(version "1.29.0")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"0ws3jp82qjpnvgn5xrxdq7hg7r97rkylj329f9jqr69g3paiyvc5"))))
"1njmgnq0qz7b9yvcp6351yz7ydz9hj8bnnaf1ys3md66v9mg1xf7"))))
(build-system r-build-system)
(arguments
`(#:phases