guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: opendht: Use latest fmt.


From: guix-commits
Subject: 01/03: gnu: opendht: Use latest fmt.
Date: Sat, 12 Nov 2022 00:42:09 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 8fc7f20cb2f5779a9c23c9e8745cd471d4e36fc6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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



reply via email to

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