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: I399260201e09185c33bbd441eb1a877a43e10d9fmaster
parent
bf7991a8c7
commit
055d595bf8
|
@ -3986,8 +3986,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 "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 @@ A very simple IM client working over the DHT.
|
|||
(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 @@ A very simple IM client working over the DHT.
|
|||
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
|
||||
|
|
Reference in New Issue