gnu: r-future: Update to 1.32.0.

* gnu/packages/cran.scm (r-future): Update to 1.32.0.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:31 +01:00
parent 28926345d1
commit a33fca6243
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18853,14 +18853,14 @@ (define-public r-parallelly
(define-public r-future
(package
(name "r-future")
(version "1.31.0")
(version "1.32.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"0anzvxw1r5nmsa69h5lmvx0ixc9khlp02ix19w06y1hkka2qznxj"))))
"0xigdxcxx0nv0lbbrfqwbgcm02yw95ja706m9lc4b5q65m8p9fym"))))
(build-system r-build-system)
(arguments
`(#:phases