gnu: r-git2r: Update to 0.24.0.

* gnu/packages/statistics.scm (r-git2r): Update to 0.24.0.
This commit is contained in:
Ricardo Wurmus 2019-01-12 15:42:59 +01:00
parent c12e429348
commit 8f49d99a84
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2350,19 +2350,19 @@ (define-public r-httr
(define-public r-git2r (define-public r-git2r
(package (package
(name "r-git2r") (name "r-git2r")
(version "0.23.0") (version "0.24.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
"01250jz255fnyy2ap90nskvzhd8nhlmbhwgpvb43mk1fax077lrz")))) "0vfc25z4j53pc49cnp3zjwzjb72kvc0aq96wgyg10xpgvhl3z0gg"))))
(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
;; not among the inputs of this package. ;; not among the inputs of this package.
(inputs (inputs
`(("libssh2" ,libssh2) `(("libssh2" ,libssh2) ; for SSH transport
("openssl" ,openssl) ("openssl" ,openssl)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs