[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59020] [PATCH 01/12] gnu: Add fmt-8.
From: |
Greg Hogan |
Subject: |
[bug#59020] [PATCH 01/12] gnu: Add fmt-8. |
Date: |
Fri, 4 Nov 2022 18:04:04 +0000 |
* gnu/packages/pretty-print.scm (fmt-8): New variable.
---
gnu/packages/pretty-print.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 9745a9ba10..4f78b32142 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -188,6 +188,18 @@ (define-public fmt
;; The library is bsd-2, but documentation and tests include other
licenses.
(license (list bsd-2 bsd-3 psfl))))
+(define-public fmt-8
+ (package
+ (inherit fmt)
+ (version "8.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/fmtlib/fmt/releases/download/"
+ version "/fmt-" version ".zip"))
+ (sha256
+ (base32 "0p8f82ijqa57sk72hjf0qviv1wwinmns0p87wiv2v8fvisnqnxr3"))))))
+
(define-public fmt-for-solidity
(package
(inherit fmt)
--
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 <=
- [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
- bug#59020: [PATCH 00/12] Update fmt., Christopher Baines, 2022/11/07