gnu: r-git2r: Update to 0.15.0.

* gnu/packages/statistics.scm (r-git2r): Update to 0.15.0.
This commit is contained in:
Ricardo Wurmus 2016-05-20 14:51:26 +02:00 committed by Ricardo Wurmus
parent c1e2c9d41a
commit 3624ad7150
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1453,13 +1453,13 @@ (define-public r-httr
(define-public r-git2r (define-public r-git2r
(package (package
(name "r-git2r") (name "r-git2r")
(version "0.14.0") (version "0.15.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "git2r" version)) (uri (cran-uri "git2r" version))
(sha256 (sha256
(base32 (base32
"0jkkrggffpflaaw0gn2hnm1wz83xs31amriim481g73zf30g2bpr")))) "1rpdf85wy9fp456ypvbhl3p9whkb7kgl0n7rkqxd2bhvyzkvjak8"))))
(build-system r-build-system) (build-system r-build-system)
;; This R package contains modified sources of libgit2. This modified ;; This R package contains modified sources of libgit2. This modified
;; version of libgit2 is built as the package is built. Hence libgit2 is ;; version of libgit2 is built as the package is built. Hence libgit2 is