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.10.


From: guix-commits
Subject: branch master updated: gnu: opendht: Update to 2.4.10.
Date: Sun, 04 Sep 2022 10:21:16 -0400

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 886306ba63 gnu: opendht: Update to 2.4.10.
886306ba63 is described below

commit 886306ba6350ce7cc1a4f3e1147d29e37bbe4ea1
Author: Olivier Dion via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Fri Sep 2 17:56:39 2022 -0400

    gnu: opendht: Update to 2.4.10.
    
    * gnu/packages/networking.scm (opendht): Update to 2.4.10.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 1d2e73aac2..21f8fc8d1d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3621,7 +3621,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
 (define-public opendht
   (package
     (name "opendht")
-    (version "2.4.9")
+    (version "2.4.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3630,7 +3630,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "150yxlhn8ykhck7gr1i2bppbqpfyhk0cscn5z7vyn94y5fnqkxsb"))))
+                "1kcc9vmi4swvahq2gikflgba9xfmix80dr9wa3v6xcj1ba2fjd6s"))))
     (outputs '("out" "tools" "debug"))
     (build-system gnu-build-system)
     (arguments



reply via email to

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