summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-05-26 22:40:56 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-05-29 21:15:38 -0400
commita033b85c5c76911634a9cbc38bda3751d7e99665 (patch)
tree9b1d587aa818458dfb1cb77f7521bf580fa42e04
parent997445fe7c264e15902947a8d91ff3c15194a4ea (diff)
downloadguix-a033b85c5c76911634a9cbc38bda3751d7e99665.tar.gz
gnu: opendht: Update to 3.1.11.
* gnu/packages/networking.scm (opendht): Update to 3.1.11.

Change-Id: I47fec950c1c9e68e63b337a6262d7b047dbaa24c
-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 035c03ea3c..e62f3d2ecb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3850,7 +3850,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
 (define-public opendht
   (package
     (name "opendht")
-    (version "3.1.7")
+    (version "3.1.11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3859,7 +3859,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "15jx62fm1frbbvpkxysvvwz1a8d605xi53aacf0bvp4mb1dzpddn"))))
+                "05zli0c14wg5dafw12xjhnva0rlsm3dgiksn6n9g8ab990d915ll"))))
     (outputs '("out" "python" "tools" "debug"))
     (build-system gnu-build-system)
     (arguments