guix-patches
[Top][All Lists]
Advanced

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

[bug#59020] [PATCH 05/12] gnu: opendht: Pin fmt version.


From: Greg Hogan
Subject: [bug#59020] [PATCH 05/12] gnu: opendht: Pin fmt version.
Date: Fri, 4 Nov 2022 18:04:08 +0000

* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt with
fmt-8.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index cd095a0ed8..1cd9495412 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3737,7 +3737,7 @@ (define-public opendht
                 (chmod dhtcluster #o555)
                 (wrap-program dhtcluster
                   `("GUIX_PYTHONPATH" prefix (,site-packages)))))))))
-    (inputs (list bash-minimal fmt readline))
+    (inputs (list bash-minimal fmt-8 readline))
     (propagated-inputs
      (list msgpack                      ;included in several installed headers
            restinio                     ;included in opendht/http.h
-- 
2.38.0






reply via email to

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