diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-12-31 11:24:54 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-01-12 11:25:28 +0900 |
| commit | 25e2662e7e65db2d2c3f9479a352e3507bcb46e9 (patch) | |
| tree | f769a07761707b1fd71ccc7c4f65971bc7265de6 | |
| parent | 8ae94d4986d35cbd2482553dd1f51191dbbde9cf (diff) | |
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
| -rw-r--r-- | gnu/packages/networking.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 959ce2c7a93..081bc0b6cea 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). + ;; <https://github.com/savoirfairelinux/dhtnet/blob/master/CMakeLists.txt#L3>) (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 |
