From 8fc7f20cb2f5779a9c23c9e8745cd471d4e36fc6 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 7 Nov 2022 11:46:14 -0500 Subject: 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 -- cgit 1.4.1