gnu: opendht: Update to 2.3.4.
* gnu/packages/networking.scm (opendht): Update to 2.3.4.
This commit is contained in:
parent
0d14f8a870
commit
59001c4f91
1 changed files with 82 additions and 87 deletions
|
@ -3396,23 +3396,18 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
|||
(license license:bsd-3)))
|
||||
|
||||
(define-public opendht
|
||||
;; The version/commit is kept in sync with what Jami uses in its daemon
|
||||
;; contrib build system (see:
|
||||
;; https://review.jami.net/plugins/gitiles/jami-daemon/+/refs/heads/master/contrib/src/opendht/rules.mak).
|
||||
(let ((commit "dbbfdaab0f4119abf79646313e0dbc52881dcd56")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "opendht")
|
||||
(version (git-version "2.3.1" revision commit))
|
||||
(version "2.3.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/savoirfairelinux/opendht")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07x8vw999qpfl6qwj5k5l2mcjy1vp32sd567f6imbsnh9vlx2bdv"))))
|
||||
"0gp1wdpk50y0pcvlhqfw9vpms8lsrjvv63x4dh40axsvf2ix9lkj"))))
|
||||
(outputs '("out" "tools" "debug"))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
@ -3504,7 +3499,7 @@ library (get, put, etc.) with text values.
|
|||
@item dhtchat
|
||||
A very simple IM client working over the DHT.
|
||||
@end table")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public frrouting
|
||||
(package
|
||||
|
|
Reference in a new issue