gnu: opendht: Use latest fmt.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 7 Nov 2022 16:46:14 +0000 (11:46 -0500)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sat, 12 Nov 2022 04:52:04 +0000 (23:52 -0500)
* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.

gnu/packages/networking.scm

index 082e7c7..e3d993d 100644 (file)
@@ -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