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


From: guix-commits
Subject: branch master updated: gnu: opendht: Update to 2.1.4
Date: Wed, 08 Jul 2020 14:43:09 -0400

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

cbaines pushed a commit to branch master
in repository guix.

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

commit 143188423a727426efdc6289fc87a5e492bcf09d
Author: Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
AuthorDate: Wed Jul 8 15:33:24 2020 +0200

    gnu: opendht: Update to 2.1.4
    
    * gnu/packages/networking.scm (opendht): Update to 2.1.4.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 077ede2..6f417b4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2911,7 +2911,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
 (define-public opendht
   (package
     (name "opendht")
-    (version "2.0.0")
+    (version "2.1.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2920,7 +2920,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1q1fwk8wwk9r6bp0indpr60ql668lsk16ykslacyhrh7kg97kvhr"))))
+                "1ax26ri1ifb6s8ppd28jmanka9yf8mw3np65q2h4djhhik0phhal"))))
     ;; 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]