mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-git2r: Update to 0.24.0.
* gnu/packages/statistics.scm (r-git2r): Update to 0.24.0.
This commit is contained in:
parent
c12e429348
commit
8f49d99a84
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue