me
/
guix
Archived
1
0
Fork 0

gnu: r-git2r: Update to 0.31.0.

* gnu/packages/statistics.scm (r-git2r): Update to 0.31.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2539,13 +2539,13 @@ functions make it easy to control additional request components.")
(define-public r-git2r (define-public r-git2r
(package (package
(name "r-git2r") (name "r-git2r")
(version "0.30.1") (version "0.31.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
"0h58djc9cim8iskkyhdxllbpf6ycl5zj9g4fp70k57k5qzfi7nc5")))) "0vfn7kkkarha63vv3k8hi9y5snfsdpwdrbmych560126z9w95nzi"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list libgit2 zlib)) (list libgit2 zlib))