summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-05-15 21:40:33 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-05-17 23:27:40 -0400
commitb7e5ae2ed4bd6e9ab4405d93d8a817efe8b0d9ba (patch)
treebeb103d5ae3a91f7bf6dedc0c591bb47d7fe929d
parentcdd1e15a250238631afb3c97ca362bf719ae8039 (diff)
downloadguix-b7e5ae2ed4bd6e9ab4405d93d8a817efe8b0d9ba.tar.gz
gnu: opendht: Update to 2.2.0rc7.
* gnu/packages/networking.scm (opendht): Update to 2.2.0rc7.
-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 016151ad1b..71bebfde37 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3463,7 +3463,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
 (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 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
               (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