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

commit 8c57ab9ebd2018672c2f6f95c78c6fb5545e2c35
Author: Wilko Meyer <[email protected]>
AuthorDate: Tue Jul 21 16:12:29 2026 +0200

    gnu: socket-wrapper: Update to 1.5.2.
    
    * gnu/packages/samba.scm (socket-wrapper): Update to 1.5.2.
    
    Merges: https://codeberg.org/guix/guix/pulls/10088
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/samba.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index bcfc657910..ed72a602a7 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -650,7 +650,7 @@ and IPV6 and the protocols layered above them, such as TCP 
and UDP.")
 (define-public socket-wrapper
   (package
     (name "socket-wrapper")
-    (version "1.5.1")
+    (version "1.5.2")
     (source
      (origin
        (method git-fetch)
@@ -660,7 +660,7 @@ and IPV6 and the protocols layered above them, such as TCP 
and UDP.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-          "1bwvvfismcvkmld593nb89ryb0pxjav3a5hzvls5lg52xg6yv8v9"))))
+          "043pjwvbvhc4ip8sf441asp952qws79rzn4zvfgy2231f08ngjcl"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to