guix-patches
[Top][All Lists]
Advanced

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

[bug#38974] [PATCH 14/22] gnu: opendht: Bump to 2.0.0beta3.


From: Jan Wielkiewicz
Subject: [bug#38974] [PATCH 14/22] gnu: opendht: Bump to 2.0.0beta3.
Date: Mon, 6 Jan 2020 02:11:44 +0100

---
 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 76a36111f1..42d8b01007 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2594,7 +2594,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
 (define-public opendht
   (package
     (name "opendht")
-    (version "2.0.0beta2")
+    (version "2.0.0beta3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2603,7 +2603,7 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02ix0rvvyhq22gd5djcq84qz08ji7ln93faf23b27zjzni2klzv5"))))
+                "0y9br1g1y5gf4v0v6n3lfnx7mpd238rigc94nl7h8f9pfhbk86jl"))))
     ;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream 
bug?
     (build-system cmake-build-system)
     (inputs
-- 
2.24.1






reply via email to

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