mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-git2r: Update to 0.30.1.
* gnu/packages/statistics.scm (r-git2r): Update to 0.30.1.
This commit is contained in:
parent
e4e5e9e71b
commit
d9a0147b31
1 changed files with 2 additions and 2 deletions
|
@ -2506,13 +2506,13 @@ functions make it easy to control additional request components.")
|
|||
(define-public r-git2r
|
||||
(package
|
||||
(name "r-git2r")
|
||||
(version "0.29.0")
|
||||
(version "0.30.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "git2r" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13nlrhma6kavvhranb43w3003vadfkyrn2f4l3r63iqavj0s3xzq"))))
|
||||
"0h58djc9cim8iskkyhdxllbpf6ycl5zj9g4fp70k57k5qzfi7nc5"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list libgit2 zlib))
|
||||
|
|
Loading…
Add table
Reference in a new issue