gnu: r-evaluate: Update to 0.10.1.

* gnu/packages/statistics.scm (r-evaluate): Update to 0.10.1.
This commit is contained in:
Ricardo Wurmus 2017-08-03 17:15:09 +02:00
parent d5ce380711
commit 12cd797541
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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