[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/104: gnu: r-git2r: Update to 0.26.1.
From: |
guix-commits |
Subject: |
12/104: gnu: r-git2r: Update to 0.26.1. |
Date: |
Tue, 6 Aug 2019 09:50:20 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1df87085e365b6cf7a3dbd4d1f513c91ecde1162
Author: Ricardo Wurmus <address@hidden>
Date: Tue Aug 6 13:48:04 2019 +0200
gnu: r-git2r: Update to 0.26.1.
* gnu/packages/statistics.scm (r-git2r): Update to 0.26.1.
[inputs]: Remove libssh2 and openssl; add libgit2.
---
gnu/packages/statistics.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 522dbb9..7cb0ed9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -75,6 +75,7 @@
#:use-module (gnu packages time)
#:use-module (gnu packages tls)
#:use-module (gnu packages base)
+ #:use-module (gnu packages version-control)
#:use-module (gnu packages web)
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg)
@@ -2393,20 +2394,16 @@ functions make it easy to control additional request
components.")
(define-public r-git2r
(package
(name "r-git2r")
- (version "0.25.2")
+ (version "0.26.1")
(source (origin
(method url-fetch)
(uri (cran-uri "git2r" version))
(sha256
(base32
- "15kpvz6ry2r8ii5hzinjwkggc5kgmkbcpsdwzahsf8gha52w80p0"))))
+ "0dbl845sahv2i641ncaf06w06djravwc5wknp9syzx0ad8l0kmhk"))))
(build-system r-build-system)
- ;; This R package contains modified sources of libgit2. This modified
- ;; version of libgit2 is built as the package is built. Hence libgit2 is
- ;; not among the inputs of this package.
(inputs
- `(("libssh2" ,libssh2) ; for SSH transport
- ("openssl" ,openssl)
+ `(("libgit2" ,libgit2)
("zlib" ,zlib)))
(native-inputs
`(("pkg-config" ,pkg-config)))
- branch master updated (49fd98b -> b120789), guix-commits, 2019/08/06
- 05/104: gnu: r-testthat: Update to 2.2.1., guix-commits, 2019/08/06
- 07/104: gnu: r-coda: Update to 0.19-3., guix-commits, 2019/08/06
- 09/104: gnu: r-checkmate: Update to 1.9.4., guix-commits, 2019/08/06
- 01/104: gnu: r-boot: Update to 1.3-23., guix-commits, 2019/08/06
- 03/104: gnu: r-nlme: Update to 3.1-141., guix-commits, 2019/08/06
- 02/104: gnu: r-foreign: Update to 0.8-72., guix-commits, 2019/08/06
- 10/104: gnu: r-openssl: Update to 1.4.1., guix-commits, 2019/08/06
- 15/104: gnu: r-rcpparmadillo: Update to 0.9.600.4.0., guix-commits, 2019/08/06
- 08/104: gnu: r-xml2: Update to 1.2.1., guix-commits, 2019/08/06
- 12/104: gnu: r-git2r: Update to 0.26.1.,
guix-commits <=
- 18/104: gnu: r-rsqlite: Update to 2.1.2., guix-commits, 2019/08/06
- 13/104: gnu: r-devtools: Update to 2.1.0., guix-commits, 2019/08/06
- 14/104: gnu: r-hms: Update to 0.5.0., guix-commits, 2019/08/06
- 06/104: gnu: r-dplyr: Update to 0.8.3., guix-commits, 2019/08/06
- 16/104: gnu: r-rmarkdown: Update to 1.14., guix-commits, 2019/08/06
- 17/104: gnu: r-blob: Update to 1.2.0., guix-commits, 2019/08/06
- 22/104: gnu: r-domc: Update to 1.3.6., guix-commits, 2019/08/06
- 23/104: gnu: r-rngtools: Update to 1.4., guix-commits, 2019/08/06
- 24/104: gnu: r-cowplot: Update to 1.0.0., guix-commits, 2019/08/06
- 28/104: gnu: r-pbapply: Update to 1.4-1., guix-commits, 2019/08/06