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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f9ec32e906 gnu: hss: Update to 1.10.
f9ec32e906 is described below

commit f9ec32e906875e75ba05f24a8f35e46ef2818086
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 2 19:56:28 2026 +0100

    gnu: hss: Update to 1.10.
    
    * gnu/packages/ssh.scm (hss): Update to 1.10.
    
    Change-Id: I9de697842b0dace987644311bd9c7dddacc16dcd
---
 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 2428285fe8..bcd85cb789 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -91,7 +91,7 @@
 (define-public hss
   (package
     (name "hss")
-    (version "1.9")
+    (version "1.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -100,7 +100,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12578xhvkg70ma411yh8nbpcpnys420bnm9g0dzypb0vn3jxpz8q"))))
+                "1xriqqp89nbzzx1q2jii3ylh3izmf48n5cpyz9ml7gcnzs04vd98"))))
     (inputs
      (list readline))
     (arguments

Reply via email to