[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/50: gnu: r-gh: Update to 1.1.0.
From: |
guix-commits |
Subject: |
21/50: gnu: r-gh: Update to 1.1.0. |
Date: |
Mon, 27 Jan 2020 10:33:49 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5b959414e0f8da3ea988ae90ef10a3007982c571
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Jan 27 16:27:58 2020 +0100
gnu: r-gh: Update to 1.1.0.
* gnu/packages/cran.scm (r-gh): Update to 1.1.0.
[propagated-inputs]: Add r-cli.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5ceb42e..d01d784 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8649,17 +8649,18 @@ back to file after modifications.")
(define-public r-gh
(package
(name "r-gh")
- (version "1.0.1")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "gh" version))
(sha256
(base32
- "1llinfajb0g7006jd2w1hpskxpmkjhnqarcjb71r1qvsccb2ph7k"))))
+ "1bc9bn1078s664hc806dh0y1ncxif77q479rfmxfir9z7hwaz7yy"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-httr" ,r-httr)
+ `(("r-cli" ,r-cli)
+ ("r-httr" ,r-httr)
("r-ini" ,r-ini)
("r-jsonlite" ,r-jsonlite)))
(home-page "https://github.com/r-lib/gh#readme")
- 12/50: gnu: r-factominer: Update to 2.1., (continued)
- 12/50: gnu: r-factominer: Update to 2.1., guix-commits, 2020/01/27
- 11/50: gnu: r-leaps: Update to 3.1., guix-commits, 2020/01/27
- 05/50: gnu: r-prettyunits: Update to 1.1.1., guix-commits, 2020/01/27
- 07/50: gnu: r-broom: Update to 0.5.4., guix-commits, 2020/01/27
- 13/50: gnu: r-sjlabelled: Update to 1.1.2., guix-commits, 2020/01/27
- 14/50: gnu: r-magick: Update to 2.3., guix-commits, 2020/01/27
- 16/50: gnu: r-sjstats: Update to 0.17.8., guix-commits, 2020/01/27
- 15/50: gnu: r-survey: Update to 3.37., guix-commits, 2020/01/27
- 19/50: gnu: r-effectsize: Update to 0.1.1., guix-commits, 2020/01/27
- 18/50: gnu: r-performance: Update to 0.4.3., guix-commits, 2020/01/27
- 21/50: gnu: r-gh: Update to 1.1.0.,
guix-commits <=
- 23/50: gnu: r-gmp: Update to 0.5-13.6., guix-commits, 2020/01/27
- 24/50: gnu: r-rmpfr: Update to 0.8-1., guix-commits, 2020/01/27
- 25/50: gnu: r-future: Update to 1.16.0., guix-commits, 2020/01/27
- 29/50: gnu: r-farver: Update to 2.0.3., guix-commits, 2020/01/27
- 31/50: gnu: r-rhpcblasctl: Update to 0.20-17., guix-commits, 2020/01/27
- 32/50: gnu: r-leiden: Update to 0.3.2., guix-commits, 2020/01/27
- 35/50: gnu: r-rngwell: Update to 0.10-6., guix-commits, 2020/01/27
- 27/50: gnu: r-cobs: Update to 1.3-4., guix-commits, 2020/01/27
- 39/50: gnu: r-knitr: Update to 1.27., guix-commits, 2020/01/27
- 40/50: gnu: r-rlang: Update to 0.4.3., guix-commits, 2020/01/27