guix-patches
[Top][All Lists]
Advanced

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

[bug#59020] [PATCH 06/12] gnu: ceph: Pin fmt version.


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

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

diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm
index 86ae1c883f..9d360e8eb3 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -201,7 +201,7 @@ (define-public ceph
        ("cryptsetup" ,cryptsetup)
        ("expat" ,expat)
        ("fcgi" ,fcgi)
-       ("fmt" ,fmt)
+       ("fmt" ,fmt-8)
        ("fuse" ,fuse)
        ("icu4c" ,icu4c)
        ("jemalloc" ,jemalloc)
-- 
2.38.0






reply via email to

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