me
/
guix
Archived
1
0
Fork 0

gnu: r-future: Update to 1.23.0.

* gnu/packages/cran.scm (r-future): Update to 1.23.0.
master
Ricardo Wurmus 2021-11-23 15:23:23 +01:00
parent 44c4c20195
commit e838804b9b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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