guix-commits
[Top][All Lists]
Advanced

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

06/22: gnu: r-curl: Update to 2.2.


From: Ricardo Wurmus
Subject: 06/22: gnu: r-curl: Update to 2.2.
Date: Wed, 26 Oct 2016 14:24:03 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 2ffcd6607b793d85d0923b86110afdbc0d840da0
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 15:47:29 2016 +0200

    gnu: r-curl: Update to 2.2.
    
    * gnu/packages/web.scm (r-curl): Update to 2.2.
---
 gnu/packages/web.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index cabf1e6..c343e0c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3310,13 +3310,13 @@ applications.")
 (define-public r-curl
   (package
     (name "r-curl")
-    (version "1.2")
+    (version "2.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "curl" version))
               (sha256
                (base32
-                "04fwasg400v8dvkcn1fcha1jzdz8lbyxi0679q7flsyrp57b3jrf"))))
+                "0hyvyjzf5ja7kfhzmlfgp86hg1lxrriiwbnr6pxabwwslswj3cmj"))))
     (build-system r-build-system)
     (arguments
      `(#:phases



reply via email to

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