guix-commits
[Top][All Lists]
Advanced

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

21/212: gnu: r-curl: Update to 5.0.0.


From: guix-commits
Subject: 21/212: gnu: r-curl: Update to 5.0.0.
Date: Sat, 18 Feb 2023 14:00:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3d3c264ac551ce94567b2a29b6e2b78d2ce53021
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:13 2023 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d84c5ccb31..eb6f710449 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3114,13 +3114,13 @@ LaTeX.")
 (define-public r-curl
   (package
     (name "r-curl")
-    (version "4.3.3")
+    (version "5.0.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "curl" version))
               (sha256
                (base32
-                "17kwc7njblfndnlij0m5a7a3jj42ag412xg0ry5ddnj0mnnbcrrm"))))
+                "1cn9b6xcc6xp2q66pkla6xrq4v6rbpxfcr3gizx4z48knp4wmwyp"))))
     (build-system r-build-system)
     (arguments
      `(#:phases



reply via email to

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