Archived
1
0
Fork 0

gnu: r-future: Update to 1.15.1.

* gnu/packages/cran.scm (r-future): Update to 1.15.1.
This commit is contained in:
Ricardo Wurmus 2019-11-25 15:24:40 +01:00
parent 0ee5e9fb75
commit 166995af92
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11476,14 +11476,14 @@ them in distributed compute environments.")
(define-public r-future
(package
(name "r-future")
(version "1.15.0")
(version "1.15.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"1cbp7agb9lipjxsh7xm1yphh8a4hrjy7wrbkvhsxn1swh0c4s3b7"))))
"101hi8warqa0py9l6c5p98f7i9xjhx01w655z6a35jx1dhspykzd"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)