mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "r-git2r")
|
||||
(version "0.32.0")
|
||||
(version "0.33.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "git2r" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wa6k1g7y0sx6s7map7mn579c1h07n185m163msmcjk81i62ap8v"))))
|
||||
"158q1rzh9j0xb6l09j6banzvx8l26bhvip2z4lf6ymi21s6vcm8q"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list libgit2 zlib))
|
||||
|
|
Loading…
Reference in a new issue