summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>2020-05-02 03:14:50 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2020-05-02 12:04:57 +0200
commit218ec70aee2476b3381d18f7394ed1c37c0f7a8c (patch)
treebfbc29ed497973cb373a232a97148692fdce7683
parent798335cfbce63362092e1dc53f940021b1a1fc4a (diff)
downloadpatches-218ec70aee2476b3381d18f7394ed1c37c0f7a8c.tar
patches-218ec70aee2476b3381d18f7394ed1c37c0f7a8c.tar.gz
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>
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9275c6f98b..d7720724cc 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2710,7 +2710,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
(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 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
(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