gnu: opendht: Update to 3.1.11-0.318d02c.
* gnu/packages/networking.scm (opendht): Update to 3.1.11-0.318d02c. Change-Id: I36f7bb3a5979e3286c9a54b29dceb7daf6161b7amaster
parent
a033b85c5c
commit
e36774495f
|
@ -3848,18 +3848,22 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
|||
(replace "llhttp" http-parser)))))
|
||||
|
||||
(define-public opendht
|
||||
;; Temporarily use the latest commit, as the latest release lacks a 'detach'
|
||||
;; procedure used by a recent DhtNet, required by Jami.
|
||||
(let ((commit "318d02c55a7061a771a632ff2224b0d195a80d42")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "opendht")
|
||||
(version "3.1.11")
|
||||
(version (git-version "3.1.11" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/savoirfairelinux/opendht")
|
||||
(commit (string-append "v" version))))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05zli0c14wg5dafw12xjhnva0rlsm3dgiksn6n9g8ab990d915ll"))))
|
||||
"0d4m9bxvwa1pz8r0sfrjjyml4yp5v7n4vy8ad7k4hcryyvd5npb0"))))
|
||||
(outputs '("out" "python" "tools" "debug"))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
@ -3981,7 +3985,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 dhtnet
|
||||
;; There is no tag nor release; use the latest available commit.
|
||||
|
|
Reference in New Issue