gnu: r-evaluate: Update to 0.9.

* gnu/packages/statistics.scm (r-evaluate): Update to 0.9.
This commit is contained in:
Ricardo Wurmus 2016-05-20 14:47:11 +02:00 committed by Ricardo Wurmus
parent 9a0ccf43cc
commit 84e5368719
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -643,13 +643,13 @@ (define-public r-bh
(define-public r-evaluate
(package
(name "r-evaluate")
(version "0.8.3")
(version "0.9")
(source (origin
(method url-fetch)
(uri (cran-uri "evaluate" version))
(sha256
(base32
"08d6164m9wqf9qq6yh1s9a0qxwqzqpsq7312hilzy79gxf9gixzr"))))
"1bn6bympg9prr8d16g1g530bddii8i04hf4i2bkw0yf4dsfqq4g8"))))
(build-system r-build-system)
(propagated-inputs
`(("r-stringr" ,r-stringr)))