diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-26 22:40:56 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-29 21:15:38 -0400 |
commit | a033b85c5c76911634a9cbc38bda3751d7e99665 (patch) | |
tree | 9b1d587aa818458dfb1cb77f7521bf580fa42e04 /gnu/packages/networking.scm | |
parent | 997445fe7c264e15902947a8d91ff3c15194a4ea (diff) | |
download | guix-a033b85c5c76911634a9cbc38bda3751d7e99665.tar.gz guix-a033b85c5c76911634a9cbc38bda3751d7e99665.zip |
gnu: opendht: Update to 3.1.11.
* gnu/packages/networking.scm (opendht): Update to 3.1.11.
Change-Id: I47fec950c1c9e68e63b337a6262d7b047dbaa24c
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
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 |