[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40677] [PATCH 27/30] gnu: opendht: Bump to 2.0.0.
From: |
Jan Wielkiewicz |
Subject: |
[bug#40677] [PATCH 27/30] gnu: opendht: Bump to 2.0.0. |
Date: |
Fri, 17 Apr 2020 02:34:30 +0200 |
---
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 8f020a6179..c8d009080b 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2648,7 +2648,7 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(define-public opendht
(package
(name "opendht")
- (version "2.0.0rc2")
+ (version "2.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2657,7 +2657,7 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(file-name (git-file-name name version))
(sha256
(base32
- "1l3j55qqm894jc9r2sd55snqpcdp9k0kmy7iprpf707jg67c22ij"))))
+ "1q1fwk8wwk9r6bp0indpr60ql668lsk16ykslacyhrh7kg97kvhr"))))
;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream
bug?
(build-system cmake-build-system)
(inputs
--
2.26.1
- [bug#40677] [PATCH 22/30] gnu: networking.scm: Add missing copyright year., (continued)
- [bug#40677] [PATCH 29/30] gnu: jami: Replace gnu-gettext with gettext-minimal, just like on master., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 26/30] gnu: jami.scm: Indent code properly., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 24/30] gnu: jami: Bump to 20200326.1.f8d3d10., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 28/30] gnu: jami: Bump to 20200401.1.6f090de., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 25/30] gnu: pjproject-jami: Bump to 2.10; apply some cool patches., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 27/30] gnu: opendht: Bump to 2.0.0.,
Jan Wielkiewicz <=
- [bug#40677] [PATCH 30/30] gnu: pjproject-jami: Add the missing "--enable-epoll" flag., Jan Wielkiewicz, 2020/04/16
- [bug#40677] [PATCH 01/30] gnu: jami: Move Jami and its dependencies to jami.scm., Mathieu Othacehe, 2020/04/18
[bug#40677] Code review problems resolved, Jan, 2020/04/20
[bug#40677] [PATCH 01/18] gnu: jami: Move Jami and its dependencies to jami.scm., Jan Wielkiewicz, 2020/04/21