gnu: r-git2r: Update to 0.31.0.

* gnu/packages/statistics.scm (r-git2r): Update to 0.31.0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:08 +01:00
parent abee2c7bc8
commit 235e03f6e8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2539,13 +2539,13 @@ (define-public r-httr
(define-public r-git2r
(package
(name "r-git2r")
(version "0.30.1")
(version "0.31.0")
(source (origin
(method url-fetch)
(uri (cran-uri "git2r" version))
(sha256
(base32
"0h58djc9cim8iskkyhdxllbpf6ycl5zj9g4fp70k57k5qzfi7nc5"))))
"0vfn7kkkarha63vv3k8hi9y5snfsdpwdrbmych560126z9w95nzi"))))
(build-system r-build-system)
(inputs
(list libgit2 zlib))