me
/
guix
Archived
1
0
Fork 0

gnu: r-git2r: Update to 0.32.0.

* gnu/packages/statistics.scm (r-git2r): Update to 0.32.0.
master
Ricardo Wurmus 2023-04-17 11:10:36 +02:00
parent 5507db7ee0
commit 7e80f058ca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2546,13 +2546,13 @@ functions make it easy to control additional request components.")
(define-public r-git2r
(package
(name "r-git2r")
(version "0.31.0")
(version "0.32.0")
(source (origin
(method url-fetch)
(uri (cran-uri "git2r" version))
(sha256
(base32
"0vfn7kkkarha63vv3k8hi9y5snfsdpwdrbmych560126z9w95nzi"))))
"0wa6k1g7y0sx6s7map7mn579c1h07n185m163msmcjk81i62ap8v"))))
(build-system r-build-system)
(inputs
(list libgit2 zlib))