summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-07-21 16:12:29 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-08-27 15:32:07 +0900
commit8c57ab9ebd2018672c2f6f95c78c6fb5545e2c35 (patch)
tree9d92160b4a0bd602598b59bbe3f097c2898f6296
parentd4d1621ee90abf5c3615bdc65a2d6ccdd4569cb7 (diff)
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 <cnx@loang.net>
-rw-r--r--gnu/packages/samba.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index bcfc6579109..ed72a602a74 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.")
650(define-public socket-wrapper 650(define-public socket-wrapper
651 (package 651 (package
652 (name "socket-wrapper") 652 (name "socket-wrapper")
653 (version "1.5.1") 653 (version "1.5.2")
654 (source 654 (source
655 (origin 655 (origin
656 (method git-fetch) 656 (method git-fetch)
@@ -660,7 +660,7 @@ and IPV6 and the protocols layered above them, such as TCP and UDP.")
660 (file-name (git-file-name name version)) 660 (file-name (git-file-name name version))
661 (sha256 661 (sha256
662 (base32 662 (base32
663 "1bwvvfismcvkmld593nb89ryb0pxjav3a5hzvls5lg52xg6yv8v9")))) 663 "043pjwvbvhc4ip8sf441asp952qws79rzn4zvfgy2231f08ngjcl"))))
664 (build-system cmake-build-system) 664 (build-system cmake-build-system)
665 (arguments 665 (arguments
666 (list 666 (list