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

commit a7a2c4906bf8299cdad25e79072590b5d9b7be37
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri May 29 19:36:53 2026 +0200

    gnu: libressl: Update to 4.3.2.
    
    * gnu/packages/tls.scm (libressl): Update to 4.3.2.
    
    Change-Id: I5d4f610ee845e9691acc05f412a7371e69b90a7f
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 7efef290a3..ee4283283e 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -768,14 +768,14 @@ kilobytes of RAM.")
 (define-public libressl
   (package
     (name "libressl")
-    (version "4.2.1")
+    (version "4.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://openbsd/LibreSSL/"
                                   "libressl-" version ".tar.gz"))
               (sha256
                (base32
-                "02ypmfsixjh6l24gfnsaapx0vl3i8004b1jc3xwym21mb1c2yp3d"))))
+                "1da712lxzqclwyavvfzkskwjys6spi29vjzgm7k6jpf64kp1mw7d"))))
     (outputs (list "out" "debug"))
     (build-system gnu-build-system)
     (arguments

Reply via email to