guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit fe92f793aa3360ab613eeeab6f167982a467eed5
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 28 23:56:35 2026 +0100

    gnu: r-openssl: Update to 2.3.5.
    
    * gnu/packages/cran.scm (r-openssl): Update to 2.3.5.
    
    Change-Id: Ic71d476b24aeef188e7efc3cf1f8ac689ff11f86
---
 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 58f952fc58..b63e6d4edc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10117,14 +10117,14 @@ t-tests.  Finally, it provides new colorschemes.")
 (define-public r-openssl
   (package
     (name "r-openssl")
-    (version "2.3.4")
+    (version "2.3.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "openssl" version))
        (sha256
         (base32
-         "11fkf45242swhf252j3pvbm56a7cghh4rwg7j2hmah5wdbi04jm2"))))
+         "0iypq3j0z9n5p4j2klwzjs3kxbpd9wvdbl72x4q462gqfdm3kqmq"))))
     (properties
      `((upstream-name . "openssl")
        (updater-extra-inputs . ("openssl"))))

Reply via email to