me
/
guix
Archived
1
0
Fork 0

gnu: r-future: Update to 1.33.0.

* gnu/packages/cran.scm (r-future): Update to 1.33.0.
master
Ricardo Wurmus 2023-07-11 15:35:26 +02:00
parent d459606e51
commit c0273b86d7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19865,14 +19865,14 @@ port-forwarding to your local computer.")
(define-public r-future
(package
(name "r-future")
(version "1.32.0")
(version "1.33.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"0xigdxcxx0nv0lbbrfqwbgcm02yw95ja706m9lc4b5q65m8p9fym"))))
"0nwk8y3qv2dj41qxrciic6rkpy6lzrhpd5v886zmcjyf6ndyna22"))))
(build-system r-build-system)
(arguments
`(#:phases