mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-git2r: Update to 0.27.1.
* gnu/packages/statistics.scm (r-git2r): Update to 0.27.1.
This commit is contained in:
parent
8093f42ec1
commit
ecb5c35c5b
1 changed files with 2 additions and 2 deletions
|
@ -2371,13 +2371,13 @@ (define-public r-httr
|
|||
(define-public r-git2r
|
||||
(package
|
||||
(name "r-git2r")
|
||||
(version "0.26.1")
|
||||
(version "0.27.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "git2r" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dbl845sahv2i641ncaf06w06djravwc5wknp9syzx0ad8l0kmhk"))))
|
||||
"1h1vfzym6hi1fqs9p5z5v0f4xldggr425frw8k6dsidah3qhg4h9"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("libgit2" ,libgit2)
|
||||
|
|
Loading…
Reference in a new issue