guix-commits
[Top][All Lists]
Advanced

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

44/51: gnu: r-rcurl: Update to 1.98-1.7.


From: guix-commits
Subject: 44/51: gnu: r-rcurl: Update to 1.98-1.7.
Date: Mon, 13 Jun 2022 09:26:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 912792320a6e6f997a883e2690df99a3f5a43cba
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:22:02 2022 +0200

    gnu: r-rcurl: Update to 1.98-1.7.
    
    * gnu/packages/statistics.scm (r-rcurl): Update to 1.98-1.7.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 900b88ebf2..ee2dd3b301 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2953,13 +2953,13 @@ engine (version 3.8.8.2) is included.")
 (define-public r-rcurl
   (package
     (name "r-rcurl")
-    (version "1.98-1.6")
+    (version "1.98-1.7")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "RCurl" version))
               (sha256
                (base32
-                "18nif4phr5vfhri07mnchiym0qfm31ak9nxvb2v9ac84mij6idbc"))))
+                "138qfkw03j0g5wby24811w9f3virz1fxlgkgnavf6gv3c00jvhia"))))
     (properties `((upstream-name . "RCurl")))
     (build-system r-build-system)
     (arguments



reply via email to

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