me
/
guix
Archived
1
0
Fork 0

gnu: r-future: Update to 1.24.0.

* gnu/packages/cran.scm (r-future): Update to 1.24.0.
Ricardo Wurmus 2022-03-12 23:04:27 +01:00
parent fab51f88f5
commit dec50763fd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15392,14 +15392,14 @@ port-forwarding to your local computer.")
(define-public r-future
(package
(name "r-future")
(version "1.23.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"1y5qzpsg0r2dccynyybbb2ngxbl1y3phs1dq2jj3f2bwhc7chsfq"))))
"0xmj17fq9paww796490bmakv6pcvrzk15i8mzhxk1mp9l0mj32vv"))))
(build-system r-build-system)
(arguments
`(#:phases