[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: opendht: Update to 2.2.0rc7.
From: |
guix-commits |
Subject: |
03/06: gnu: opendht: Update to 2.2.0rc7. |
Date: |
Mon, 17 May 2021 23:32:46 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit b7e5ae2ed4bd6e9ab4405d93d8a817efe8b0d9ba
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat May 15 21:40:33 2021 -0400
gnu: opendht: Update to 2.2.0rc7.
* gnu/packages/networking.scm (opendht): Update to 2.2.0rc7.
---
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 016151a..71bebfd 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3463,7 +3463,7 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(define-public opendht
(package
(name "opendht")
- (version "2.2.0rc4") ;jami requires >= 2.2.0
+ (version "2.2.0rc7") ;jami requires >= 2.2.0
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3472,7 +3472,7 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(file-name (git-file-name name version))
(sha256
(base32
- "1wc0f6cnvnlmhxnx64nxqgsx93k4g7ljdaqjl40ml74jg3nqrzcl"))))
+ "0wkynjzwzl5q46hy1yb9npi5hvknnj17rjkax5v3acqjmd0y48h9"))))
;; Since 2.0, the gnu-build-system does not seem to work anymore, upstream
bug?
(build-system cmake-build-system)
(inputs
- branch master updated (e7e2b1c -> 0ac95b4), guix-commits, 2021/05/17
- 03/06: gnu: opendht: Update to 2.2.0rc7.,
guix-commits <=
- 04/06: gnu: opendht: Add Python bindings, tools., guix-commits, 2021/05/17
- 01/06: services: configuration: Add a define-maybe/no-serialization syntax., guix-commits, 2021/05/17
- 02/06: services: configuration: Add a define-configuration/no-serialization syntax., guix-commits, 2021/05/17
- 05/06: services: Add a service for opendht., guix-commits, 2021/05/17
- 06/06: gnu: disarchive: Fix build when cross-compiling., guix-commits, 2021/05/17