me
/
guix
Archived
1
0
Fork 0

gnu: r-git2r: Update to 0.27.1.

* gnu/packages/statistics.scm (r-git2r): Update to 0.27.1.
master
Ricardo Wurmus 2020-05-12 16:58:56 +02:00
parent 8093f42ec1
commit ecb5c35c5b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2371,13 +2371,13 @@ functions make it easy to control additional request components.")
(define-public r-git2r
(package
(name "r-git2r")
(version "0.26.1")
(version "0.27.1")
(source (origin
(method url-fetch)
(uri (cran-uri "git2r" version))
(sha256
(base32
"0dbl845sahv2i641ncaf06w06djravwc5wknp9syzx0ad8l0kmhk"))))
"1h1vfzym6hi1fqs9p5z5v0f4xldggr425frw8k6dsidah3qhg4h9"))))
(build-system r-build-system)
(inputs
`(("libgit2" ,libgit2)