gnu: opendht: Update to 2.0.0.

* gnu/packages/networking.scm (opendht): Update to 2.0.0.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
Jan Wielkiewicz 2020-05-02 03:14:50 +02:00 committed by Mathieu Othacehe
parent 798335cfbc
commit 218ec70aee
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -2710,7 +2710,7 @@ (define-public restinio
(define-public opendht
(package
(name "opendht")
(version "2.0.0beta2")
(version "2.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2719,7 +2719,7 @@ (define-public opendht
(file-name (git-file-name name version))
(sha256
(base32
"02ix0rvvyhq22gd5djcq84qz08ji7ln93faf23b27zjzni2klzv5"))))
"1q1fwk8wwk9r6bp0indpr60ql668lsk16ykslacyhrh7kg97kvhr"))))
;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream bug?
(build-system cmake-build-system)
(inputs