guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: opendht: Update to 2.0.0.


From: guix-commits
Subject: 04/12: gnu: opendht: Update to 2.0.0.
Date: Sat, 2 May 2020 06:06:06 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 218ec70aee2476b3381d18f7394ed1c37c0f7a8c
Author: Jan Wielkiewicz <address@hidden>
AuthorDate: Sat May 2 03:14:50 2020 +0200

    gnu: opendht: Update to 2.0.0.
    
    * gnu/packages/networking.scm (opendht): Update to 2.0.0.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 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 9275c6f..d772072 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2710,7 +2710,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
 (define-public opendht
   (package
     (name "opendht")
-    (version "2.0.0beta2")
+    (version "2.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2719,7 +2719,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02ix0rvvyhq22gd5djcq84qz08ji7ln93faf23b27zjzni2klzv5"))))
+                "1q1fwk8wwk9r6bp0indpr60ql668lsk16ykslacyhrh7kg97kvhr"))))
     ;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream 
bug?
     (build-system cmake-build-system)
     (inputs



reply via email to

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