rekado pushed a commit to branch master
in repository guix.
commit 02a87536bf5b1376e004a7b4456285db0da72b96
Author: Ricardo Wurmus <[email protected]>
Date: Mon Sep 12 15:04:43 2016 +0200
gnu: r-curl: Update to 1.2.
* gnu/packages/web.scm (r-curl): Update to 1.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 c5a22ac..b9c201d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3264,13 +3264,13 @@ applications.")
(define-public r-curl
(package
(name "r-curl")
- (version "0.9.7")
+ (version "1.2")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
- "1p24bcaf1wbfdi1r9ibyyp0l0zp4kzs4g3srv8vikz93hycm1qa6"))))
+ "04fwasg400v8dvkcn1fcha1jzdz8lbyxi0679q7flsyrp57b3jrf"))))
(build-system r-build-system)
(inputs
`(("libcurl" ,curl)))