This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9821e967b0 gnu: dropbear: Update to 2024.86.
9821e967b0 is described below

commit 9821e967b07ebd70d76ad1f528722c86ab0dd3c4
Author: Attila Lendvai <[email protected]>
AuthorDate: Sun Nov 10 21:44:26 2024 +0100

    gnu: dropbear: Update to 2024.86.
    
    * gnu/packages/ssh.scm (dropbear): Update to 2024.86.
    
    Change-Id: I1fe9bf0fcaaed3e55ed9a56697d51c5451f3a726
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/ssh.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 47c2c5aada..3b52f586ea 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -513,7 +513,7 @@ responsive, especially over Wi-Fi, cellular, and 
long-distance links.")
 (define-public dropbear
   (package
     (name "dropbear")
-    (version "2024.85")
+    (version "2024.86")
     (source
      (origin
        (method url-fetch)
@@ -521,7 +521,7 @@ responsive, especially over Wi-Fi, cellular, and 
long-distance links.")
              "https://matt.ucc.asn.au/dropbear/releases/";
              "dropbear-" version ".tar.bz2"))
        (sha256
-        (base32 "00m5dmajx0za1zmya4qdz763hxy4cmfk7bpba778k7d66g23dc46"))
+        (base32 "0pha5s1a3l0dadfba4lpp5k0j6arwrmisclrn06jwprrzkgkd2g7"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to