diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-10 23:34:11 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-10 23:34:11 -0400 |
commit | 31534f4e4dd95d65584b4334fae8b9444a369065 (patch) | |
tree | ea7a0215a2a5633e46297ce466d63100e572e29a | |
parent | ef807e48d411e598c1b5e043d3ca5f3d9a1778dc (diff) | |
download | guix-31534f4e4dd95d65584b4334fae8b9444a369065.tar guix-31534f4e4dd95d65584b4334fae8b9444a369065.tar.gz |
gnu: opendht: Update to 2.5.2.
* gnu/packages/networking.scm (opendht): Update to 2.5.2.
-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 1ba6c5300d..e78811c1e9 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3763,7 +3763,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.") (define-public opendht (package (name "opendht") - (version "2.4.12") + (version "2.5.2") (source (origin (method git-fetch) (uri (git-reference @@ -3772,7 +3772,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.") (file-name (git-file-name name version)) (sha256 (base32 - "0yji5pziqxfvyfizk3fn9j59bqlfdwfa1a0y9jjfknb2mmlwwb9w")))) + "1lxiblwx3bah9rawarq41kb0c7z7lx4bsh7svkri306kyydd64kb")))) (outputs '("out" "python" "tools" "debug")) (build-system gnu-build-system) (arguments |