[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59020] [PATCH 02/12] gnu: zxing-cpp: Pin fmt version.
From: |
Greg Hogan |
Subject: |
[bug#59020] [PATCH 02/12] gnu: zxing-cpp: Pin fmt version. |
Date: |
Fri, 4 Nov 2022 18:04:05 +0000 |
* gnu/packages/aidc.scm (zxing-cpp)[inputs]: Replace fmt with fmt-8.
---
gnu/packages/aidc.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index 5e77ae3c5a..5767291cfa 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -65,7 +65,7 @@ (define-public zxing-cpp
"1yl2cpaqiv1g4nq9v0xfj1vd5faz55k4541vz6hsffvcxgn9nmc5"))))
(build-system cmake-build-system)
(native-inputs
- (list fmt googletest))
+ (list fmt-8 googletest))
(synopsis "C++ port of ZXing")
(description "ZXing-CPP is a barcode scanning library.")
(home-page "https://github.com/nu-book/zxing-cpp")
--
2.38.0
- [bug#59020] [PATCH 00/12] Update fmt., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 11/12] gnu: mkvtoolnix: Update to 71.1.0., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 02/12] gnu: zxing-cpp: Pin fmt version.,
Greg Hogan <=
- [bug#59020] [PATCH 07/12] gnu: spdlog: Update to 1.11.0., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 01/12] gnu: Add fmt-8., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 12/12] gnu: fmt: Update to 9.1.0., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 03/12] gnu: osm2pgsql: Pin fmt version., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 09/12] gnu: blender: Update to 3.3.1., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 10/12] gnu: libmatroska: Update to 1.7.1., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 08/12] gnu: waybar: Update to 0.9.15., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 04/12] gnu: openimageio: Pin fmt version., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 06/12] gnu: ceph: Pin fmt version., Greg Hogan, 2022/11/04
- [bug#59020] [PATCH 05/12] gnu: opendht: Pin fmt version., Greg Hogan, 2022/11/04