gnu: r-evaluate: Update to 0.10.

* gnu/packages/statistics.scm (r-evaluate): Update to 0.10.
This commit is contained in:
Ricardo Wurmus 2016-10-26 15:50:38 +02:00
parent 2d9da70bbe
commit e0a9093139
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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