guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 72f6b23cbc8934863bd7921e2bb711a580f917bb
Author: kestrel <[email protected]>
AuthorDate: Thu Oct 9 10:47:13 2025 +0300

    gnu: Update dhtnet to 0.0.1-5.f925f52.
    
    Change-Id: Ida7d213811c0f9910bbdd2724d27c1dc07356083
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d557df14a8..b31350b145 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4285,8 +4285,8 @@ A very simple IM client working over the DHT.
 
 (define-public dhtnet
   ;; There is no tag nor release; use the latest available commit.
-  (let ((revision "4")
-        (commit "6c5ee3a21556d668d047cdedb5c4b746c3c6bdb2"))
+  (let ((revision "5")
+        (commit "f925f5200539d4e1ee6176d828ae08a8a6c3890a"))
     (package
       (name "dhtnet")
       ;; The base version is taken from the CMakeLists.txt file (see:
@@ -4300,7 +4300,7 @@ A very simple IM client working over the DHT.
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0np0h19gcibn9d4hyn9vjvlxjc6ma8cg8j1qxh1cam5c9i49h1xv"))))
+                  "1dkxs4w6k8ajn8ndy5gp4qg7yvl2z6jf72wxx71panvgy8lrc6y3"))))
       (outputs (list "out" "debug"))
       (build-system cmake-build-system)
       (arguments

Reply via email to