guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/128: gnu: r-curl: Update to 3.3.


From: guix-commits
Subject: 07/128: gnu: r-curl: Update to 3.3.
Date: Sat, 12 Jan 2019 17:36:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 646e1ef059933128bb63be684a56a17ebbab4e79
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 14:40:35 2019 +0100

    gnu: r-curl: Update to 3.3.
    
    * gnu/packages/cran.scm (r-curl): Update to 3.3.
    [inputs]: Add zlib.
    [native-inputs]: Add pkg-config.
---
 gnu/packages/cran.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5c9b8b3..31fab14 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -458,13 +458,13 @@ LaTeX.")
 (define-public r-curl
   (package
     (name "r-curl")
-    (version "3.2")
+    (version "3.3")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "curl" version))
               (sha256
                (base32
-                "15hmy71310hnf9yqvz0icx4cq939gv6iqaifzlfdh2ia8akawdhn"))))
+                "1gd5i25anzi28lg1f8p7g63z9d46xi0qaw4lxpml5p0f52lvkc0c"))))
     (build-system r-build-system)
     (arguments
      `(#:phases
@@ -481,7 +481,10 @@ LaTeX.")
                (("#ifdef _WIN32") "#if 1"))
              #t)))))
     (inputs
-     `(("libcurl" ,curl)))
+     `(("libcurl" ,curl)
+       ("zlib" ,zlib)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (home-page "https://github.com/jeroenooms/curl";)
     (synopsis "HTTP client for R")
     (description



reply via email to

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