guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

392/416: gnu: opendht: Update to 2.5.2.


From: guix-commits
Subject: 392/416: gnu: opendht: Update to 2.5.2.
Date: Fri, 14 Apr 2023 15:26:32 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 91675f22d3c33ac378eb71b37b27d4e421514d92
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 10 23:34:11 2023 -0400

    gnu: opendht: Update to 2.5.2.
    
    * gnu/packages/networking.scm (opendht): Update to 2.5.2.
---
 gnu/packages/networking.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]