guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: opendht: Update to 2.4.12.


From: guix-commits
Subject: branch master updated: gnu: opendht: Update to 2.4.12.
Date: Tue, 21 Feb 2023 17:11:09 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fbbbc2088c gnu: opendht: Update to 2.4.12.
fbbbc2088c is described below

commit fbbbc2088ce933d83f5b0be75308fdcb6b40fa57
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Feb 20 22:47:49 2023 -0500

    gnu: opendht: Update to 2.4.12.
    
    * gnu/packages/networking.scm (opendht): Update to 2.4.12.
---
 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 44e2de5f08..b5c0758dd5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3732,7 +3732,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
 (define-public opendht
   (package
     (name "opendht")
-    (version "2.4.10")
+    (version "2.4.12")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3741,7 +3741,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kcc9vmi4swvahq2gikflgba9xfmix80dr9wa3v6xcj1ba2fjd6s"))))
+                "0yji5pziqxfvyfizk3fn9j59bqlfdwfa1a0y9jjfknb2mmlwwb9w"))))
     (outputs '("out" "python" "tools" "debug"))
     (build-system gnu-build-system)
     (arguments



reply via email to

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