mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-git2r: Update to 0.33.0.
* gnu/packages/statistics.scm (r-git2r): Update to 0.33.0. Change-Id: Ia88d5022eaa74367616d8011342e84ee83977ae9
This commit is contained in:
parent
16801b7e14
commit
92489d0766
1 changed files with 2 additions and 2 deletions
|
@ -2906,13 +2906,13 @@ (define-public r-httr
|
||||||
(define-public r-git2r
|
(define-public r-git2r
|
||||||
(package
|
(package
|
||||||
(name "r-git2r")
|
(name "r-git2r")
|
||||||
(version "0.32.0")
|
(version "0.33.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
|
||||||
"0wa6k1g7y0sx6s7map7mn579c1h07n185m163msmcjk81i62ap8v"))))
|
"158q1rzh9j0xb6l09j6banzvx8l26bhvip2z4lf6ymi21s6vcm8q"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libgit2 zlib))
|
(list libgit2 zlib))
|
||||||
|
|
Loading…
Reference in a new issue