gnu: r-future: Update to 1.12.0.

* gnu/packages/cran.scm (r-future): Update to 1.12.0.
master
Ricardo Wurmus 2019-03-20 23:46:45 +01:00
parent 5ccf16c746
commit 1a38c31456
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10755,14 +10755,14 @@ them in distributed compute environments.")
(define-public r-future
(package
(name "r-future")
(version "1.11.1.1")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"1s4lyqg4mm1drzc6czaalmhmxfjgp4nznb14ql5xzny9rprgz43i"))))
"12hq7hsfydlscwrb37ns9a8561bzpsp82nn7jrcyj0ydk610nipm"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)