1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-rcurl: Update to 1.98-1.18.

* gnu/packages/cran.scm (r-rcurl): Update to 1.98-1.18.

Change-Id: I7739a21e7766b0cfd4be8937a7fb53e589b71398
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:04 +01:00
parent b8a6d2b7b6
commit c7e9ca9ec9

View File

@@ -7011,13 +7011,13 @@ computations even in multithreaded code, typically using OpenMP.")
(define-public r-rcurl
(package
(name "r-rcurl")
(version "1.98-1.17")
(version "1.98-1.18")
(source (origin
(method url-fetch)
(uri (cran-uri "RCurl" version))
(sha256
(base32
"0c30pkjhpdihif2y6ymafwhyjqwxnzyj7w0jpwc9w5hnq6k78667"))))
"0s6vxg26izfjly8jrd4xyvjk629riladlpwpk10s7ydq95x9wjsw"))))
(properties `((upstream-name . "RCurl")))
(build-system r-build-system)
(arguments