guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: openssl-3.0: Update to 3.0.4.


From: guix-commits
Subject: 07/07: gnu: openssl-3.0: Update to 3.0.4.
Date: Sun, 26 Jun 2022 08:15:43 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 181452126459ca1b9dd5a05df724826dbcbfb870
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 26 15:09:00 2022 +0300

    gnu: openssl-3.0: Update to 3.0.4.
    
    * gnu/packages/tls.scm (openssl-3.0): Update to 3.0.4.
---
 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 21c268b851..6a036623d8 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -525,7 +525,7 @@ OpenSSL for TARGET."
 (define-public openssl-3.0
   (package
     (inherit openssl)
-    (version "3.0.3")
+    (version "3.0.4")
     (source (origin
               (method url-fetch)
               (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -538,7 +538,7 @@ OpenSSL for TARGET."
               (patches (search-patches "openssl-3.0-c-rehash-in.patch"))
               (sha256
                (base32
-                "02wcan5izwsxg6vl5fzkqq4icwi7cp4hrj327h05zppirsnph07f"))))
+                "03y0q2pzpkpgfgf74x4pf8gyar9d7pb0l0p7g2s0m2k6k8z88c98"))))
     (arguments
      (substitute-keyword-arguments (package-arguments openssl)
        ((#:phases phases '%standard-phases)



reply via email to

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