gnu: opendht: Update to 2.2.0rc7.

* gnu/packages/networking.scm (opendht): Update to 2.2.0rc7.
This commit is contained in:
Maxim Cournoyer 2021-05-15 21:40:33 -04:00
parent cdd1e15a25
commit b7e5ae2ed4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3463,7 +3463,7 @@ (define-public restinio
(define-public opendht
(package
(name "opendht")
(version "2.2.0rc4") ;jami requires >= 2.2.0
(version "2.2.0rc7") ;jami requires >= 2.2.0
(source (origin
(method git-fetch)
(uri (git-reference
@ -3472,7 +3472,7 @@ (define-public opendht
(file-name (git-file-name name version))
(sha256
(base32
"1wc0f6cnvnlmhxnx64nxqgsx93k4g7ljdaqjl40ml74jg3nqrzcl"))))
"0wkynjzwzl5q46hy1yb9npi5hvknnj17rjkax5v3acqjmd0y48h9"))))
;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream bug?
(build-system cmake-build-system)
(inputs