[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59020] [PATCH 12/12] gnu: fmt: Update to 9.1.0.
From: |
Greg Hogan |
Subject: |
[bug#59020] [PATCH 12/12] gnu: fmt: Update to 9.1.0. |
Date: |
Fri, 4 Nov 2022 18:04:15 +0000 |
* gnu/packages/pretty-print.scm (fmt): Update to 9.1.0.
---
gnu/packages/pretty-print.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 4f78b32142..eb14691e1d 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -166,14 +166,14 @@ (define-public enscript
(define-public fmt
(package
(name "fmt")
- (version "8.1.1")
+ (version "9.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/fmtlib/fmt/releases/download/"
version "/fmt-" version ".zip"))
(sha256
- (base32 "0p8f82ijqa57sk72hjf0qviv1wwinmns0p87wiv2v8fvisnqnxr3"))))
+ (base32 "15n9yi6xzzs7g9rm87kg8y5yhl2zrqj3bjr845saa63f6swlrsyc"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
--
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, 2022/11/04
- [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 <=
- [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
- bug#59020: [PATCH 00/12] Update fmt., Christopher Baines, 2022/11/07