gnu: dhtnet: Update to 0.0.1-1.41848a2.

* gnu/packages/networking.scm (dhtnet): Update to 0.0.1-1.41848a2.
[inputs]: Add yaml-cpp.

Change-Id: I399260201e09185c33bbd441eb1a877a43e10d9f
This commit is contained in:
Maxim Cournoyer 2024-01-31 15:45:10 -05:00
parent bf7991a8c7
commit 055d595bf8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3986,8 +3986,8 @@ (define-public opendht
(define-public dhtnet
;; There is no tag nor release; use the latest available commit.
(let ((revision "0")
(commit "8b6e99fd34f150fde5f21f3a57e0e9f28174c70c"))
(let ((revision "1")
(commit "41848a2c770d7eb0940d731014b81643f85e0d07"))
(package
(name "dhtnet")
;; The base version is taken from the CMakeLists.txt file.
@ -4000,7 +4000,7 @@ (define-public dhtnet
(file-name (git-file-name name version))
(sha256
(base32
"1yhygsimcl9j6hbww1b77am1kgbcriczslcrfb838nbfh18n1780"))))
"18v2pjrxfrd26p2z27s90marx7b593nz1xwi47lnp2ja7lm1pj4m"))))
(outputs (list "out" "debug"))
(build-system cmake-build-system)
(arguments
@ -4031,7 +4031,8 @@ (define-public dhtnet
opendht
libupnp
pjproject-jami
readline))
readline
yaml-cpp))
(home-page "https://github.com/savoirfairelinux/dhtnet/")
(synopsis "OpenDHT network library for C++")
(description "The @code{dhtnet} is a C++ library providing abstractions