me
/
guix
Archived
1
0
Fork 0

gnu: r-future: Update to 1.29.0.

* gnu/packages/cran.scm (r-future): Update to 1.29.0.
Ricardo Wurmus 2022-11-29 15:22:15 +01:00
parent 13de30dfb0
commit c0ce250485
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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