me
/
guix
Archived
1
0
Fork 0

gnu: opendht: Update to 3.1.11-0.318d02c.

* gnu/packages/networking.scm (opendht): Update to 3.1.11-0.318d02c.

Change-Id: I36f7bb3a5979e3286c9a54b29dceb7daf6161b7a
master
Maxim Cournoyer 2024-05-26 22:43:42 -04:00
parent a033b85c5c
commit e36774495f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 116 additions and 112 deletions

View File

@ -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.