From 25e2662e7e65db2d2c3f9479a352e3507bcb46e9 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 31 Dec 2025 11:24:54 +0900 Subject: [PATCH] gnu: dhtnet: Update to 0.0.1-6.6dd5a5e and enable natpmp support. * gnu/packages/networking.scm (dhtnet): Update to 0.0.1-6.6dd5a5e. [inputs]: Add libnatpmp. Change-Id: I02a6c4e81cd166924b0e42d71e1628d5f1a7713e --- gnu/packages/networking.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 959ce2c7a93cf7a11a37b6d80211a114f11b9427..081bc0b6cea45b1713e287cdef8dd6c72205f56b 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4303,12 +4303,12 @@ 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 "5") - (commit "f925f5200539d4e1ee6176d828ae08a8a6c3890a")) + (let ((revision "6") + (commit "6dd5a5e3eb15cebafa212e134ce436705c6d5fc5")) (package (name "dhtnet") ;; The base version is taken from the CMakeLists.txt file (see: - ;; https://review.jami.net/plugins/gitiles/dhtnet/+/master/CMakeLists.txt#3). + ;; ) (version (git-version "0.0.1" revision commit)) (source (origin (method git-fetch) @@ -4318,7 +4318,7 @@ A very simple IM client working over the DHT. (file-name (git-file-name name version)) (sha256 (base32 - "1dkxs4w6k8ajn8ndy5gp4qg7yvl2z6jf72wxx71panvgy8lrc6y3")))) + "0nj9zpsy68lxqgip48qnsxjw9m59bghn9aj3r7chmap23a4963z7")))) (outputs (list "out" "debug")) (build-system cmake-build-system) (arguments @@ -4349,6 +4349,7 @@ A very simple IM client working over the DHT. fmt msgpack-cxx opendht + libnatpmp libupnp pjproject-jami readline