gnu: r-git2r: Update to 0.21.0.

* gnu/packages/statistics.scm (r-git2r): Update to 0.21.0.
This commit is contained in:
Ricardo Wurmus 2018-02-13 16:07:17 +01:00
parent 9fb6e62ef5
commit ecba783c29
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2286,13 +2286,13 @@ (define-public r-httr
(define-public r-git2r
(package
(name "r-git2r")
(version "0.20.0")
(version "0.21.0")
(source (origin
(method url-fetch)
(uri (cran-uri "git2r" version))
(sha256
(base32
"1pqggijvsalb5cc2pr5gwfj3s713s63f4xii1xrd0qagfgbgz846"))))
"11xgddmxzh9cy85k8fb90il43qswpvryz0h9r0j1gbclfg2f9004"))))
(build-system r-build-system)
;; This R package contains modified sources of libgit2. This modified
;; version of libgit2 is built as the package is built. Hence libgit2 is