gnu: r-bindrcpp: Update to 0.2.2.

* gnu/packages/cran.scm (r-bindrcpp): Update to 0.2.2.
This commit is contained in:
Ricardo Wurmus 2018-04-21 08:38:59 +02:00
parent eb575e95fb
commit 9f17c0560f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -469,14 +469,14 @@ where the bound function accepts additional arguments.")
(define-public r-bindrcpp (define-public r-bindrcpp
(package (package
(name "r-bindrcpp") (name "r-bindrcpp")
(version "0.2") (version "0.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "bindrcpp" version)) (uri (cran-uri "bindrcpp" version))
(sha256 (sha256
(base32 (base32
"0l1l22zl87wiyl79m3gj2vlxmkhxvrkl4alhyy08h55q7hqs3vyh")))) "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-bindr" ,r-bindr) `(("r-bindr" ,r-bindr)