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

gnu: r-future: Update to 1.29.0.

* gnu/packages/cran.scm (r-future): Update to 1.29.0.
This commit is contained in:
Ricardo Wurmus
2022-11-29 15:22:15 +01:00
parent 13de30dfb0
commit c0ce250485
+2 -2
View File
@@ -17232,14 +17232,14 @@ port-forwarding to your local computer.")
(define-public r-future
(package
(name "r-future")
(version "1.28.0")
(version "1.29.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"1xhv0nf97yxxxsmxczyqqbnb4yn5sfn5vzvhm9dmw9csrmmadpbg"))))
"0ws3jp82qjpnvgn5xrxdq7hg7r97rkylj329f9jqr69g3paiyvc5"))))
(build-system r-build-system)
(arguments
`(#:phases