gnu: r-future: Update to 1.33.2.

* gnu/packages/cran.scm (r-future): Update to 1.33.2.

Change-Id: Ic3a1b4386014e86bf2f1e928953aa40bff01fe33
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:54 +01:00
parent 7762c32eff
commit c9cfc6923b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21761,14 +21761,14 @@ (define-public r-parallelly
(define-public r-future
(package
(name "r-future")
(version "1.33.1")
(version "1.33.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"1xvb7rhwnsi7l735jfrh7ij0l6q6hazwcb2620hvfjwl2kkpk00r"))))
"0rma4h9rjy28n7csn748v9b83m2v5hyh0hgwwckfpbnd5331m9xm"))))
(build-system r-build-system)
(arguments
`(#:phases