mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
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 @@ (define-public restinio
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public opendht
|
(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
|
(package
|
||||||
(name "opendht")
|
(name "opendht")
|
||||||
(version (git-version "2.3.1" revision commit))
|
(version "2.3.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/savoirfairelinux/opendht")
|
(url "https://github.com/savoirfairelinux/opendht")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07x8vw999qpfl6qwj5k5l2mcjy1vp32sd567f6imbsnh9vlx2bdv"))))
|
"0gp1wdpk50y0pcvlhqfw9vpms8lsrjvv63x4dh40axsvf2ix9lkj"))))
|
||||||
(outputs '("out" "tools" "debug"))
|
(outputs '("out" "tools" "debug"))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -3504,7 +3499,7 @@ (define-public opendht
|
||||||
@item dhtchat
|
@item dhtchat
|
||||||
A very simple IM client working over the DHT.
|
A very simple IM client working over the DHT.
|
||||||
@end table")
|
@end table")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public frrouting
|
(define-public frrouting
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue