[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: fmt-10: Update to 10.2.1.
From: |
guix-commits |
Subject: |
06/08: gnu: fmt-10: Update to 10.2.1. |
Date: |
Mon, 5 Feb 2024 17:32:03 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit dbe014a106c5e36139e5f8069d4f38c9bc4b1d66
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jan 17 17:07:14 2024 +0000
gnu: fmt-10: Update to 10.2.1.
* gnu/packages/pretty-print.scm (fmt-10): Update to 10.2.1.
Change-Id: I11e0828c120f1f14c8c9f1c080d0608f81354ae3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 34d413f8c9..b95f56729a 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -172,14 +172,14 @@ different programming languages.")
(define-public fmt-10
(package
(name "fmt")
- (version "10.1.1")
+ (version "10.2.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/fmtlib/fmt/releases/download/"
version "/fmt-" version ".zip"))
(sha256
- (base32 "06wxxn9yxw44nskdnpwyl6y4j27ssmw5d3d4rnb03df922imhkmq"))))
+ (base32 "1j8nln7rql2nxkhdlgpmx1c1dp6dyxnar1n5r7sjg0rws6i5289i"))))
(build-system cmake-build-system)
(arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(native-inputs (list unzip))
- branch master updated (14210b7f58 -> 857507117d), guix-commits, 2024/02/05
- 01/08: linux-container: Inherit essential services., guix-commits, 2024/02/05
- 04/08: gnu: Add font-oswald., guix-commits, 2024/02/05
- 02/08: gnu: qpwgraph: Update to 0.6.2., guix-commits, 2024/02/05
- 03/08: gnu: emacs-desktop-environment: Update to 0.5.0-0.bc1153a., guix-commits, 2024/02/05
- 06/08: gnu: fmt-10: Update to 10.2.1.,
guix-commits <=
- 07/08: gnu: xsnow: Update to 3.7.7., guix-commits, 2024/02/05
- 05/08: gnu: spdlog: Update to 1.13.0., guix-commits, 2024/02/05
- 08/08: gnu: texstudio: Update to 4.7.2., guix-commits, 2024/02/05