guix-commits
[Top][All Lists]
Advanced

[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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]