apteryx pushed a commit to branch master
in repository guix.
commit 8fc7f20cb2f5779a9c23c9e8745cd471d4e36fc6
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Nov 7 11:46:14 2022 -0500
gnu: opendht: Use latest fmt.
* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.
---
gnu/packages/networking.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 082e7c7313..e3d993d388 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3750,7 +3750,10 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(chmod dhtcluster #o555)
(wrap-program dhtcluster
`("GUIX_PYTHONPATH" prefix (,site-packages)))))))))
- (inputs (list bash-minimal fmt-8 readline))
+ (inputs
+ (list bash-minimal
+ fmt
+ readline))
(propagated-inputs
(list msgpack ;included in several installed headers
restinio ;included in opendht/http.h