gnu: r-future: Update to 1.14.0.

* gnu/packages/cran.scm (r-future): Update to 1.14.0.
master
Ricardo Wurmus 2019-08-06 14:48:52 +02:00
parent ffb97e695c
commit d5d631b650
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11227,14 +11227,14 @@ them in distributed compute environments.")
(define-public r-future
(package
(name "r-future")
(version "1.13.0")
(version "1.14.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"0h8ng2a6vg4axd5f75xcb3ip9d95zi22fa048dq2bzlnncwlznjz"))))
"1jyv2wlmpfqbk3hw269h4xg36na3wh1kd1lxmwdb40bsv4850lqa"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)