guix-patches
[Top][All Lists]
Advanced

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

[bug#40677] [PATCH V3 15/15] gnu: opendht: Bump to 2.0.0.


From: Jan Wielkiewicz
Subject: [bug#40677] [PATCH V3 15/15] gnu: opendht: Bump to 2.0.0.
Date: Sat, 2 May 2020 03:14:50 +0200

* gnu/packages/networking.scm (opendht): Bump to 2.0.0.
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e3a1b06b4d..28c0d35a7c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -33,7 +33,7 @@
 ;;; Copyright © 2019 Brice Waegeneire <address@hidden>
 ;;; Copyright © 2019 Tonton <address@hidden>
 ;;; Copyright © 2019, 2020 Alex Griffin <address@hidden>
-;;; Copyright © 2019 Jan Wielkiewicz <address@hidden>
+;;; Copyright © 2019, 2020 Jan Wielkiewicz <address@hidden>
 ;;; Copyright © 2019 Daniel Schaefer <address@hidden>
 ;;; Copyright © 2019 Diego N. Barbato <address@hidden>
 ;;; Copyright © 2020 Vincent Legoll <address@hidden>
@@ -2715,7 +2715,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
@@ -2724,7 +2724,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
-- 
2.26.2






reply via email to

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