[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: fmt: Update to 7.0.3.
From: |
guix-commits |
Subject: |
08/12: gnu: fmt: Update to 7.0.3. |
Date: |
Sun, 13 Sep 2020 17:35:54 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0f918908ebcfc1d5aeb780d6fbe5c52a48178e85
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Sep 11 06:58:03 2020 -0400
gnu: fmt: Update to 7.0.3.
From 820d39a55a5673fffac70c919b8cc3b28d94f6e7 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 11 Sep 2020 10:53:20 +0000
Subject: [PATCH] gnu: fmt: Update to 7.0.3.
* gnu/packages/pretty-print.scm (fmt): Update to 7.0.3.
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 8e5d9ce..eeae472 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -168,14 +168,14 @@ different programming languages.")
(define-public fmt
(package
(name "fmt")
- (version "6.2.1")
+ (version "7.0.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/fmtlib/fmt/releases/download/"
version "/fmt-" version ".zip"))
(sha256
- (base32 "06l8g59frbsbwj15kg6x2bbn6p8yidh6wzsigdhbdjncvm1agzll"))))
+ (base32 "0kgajl3qsrdyj0csqsz8b8h84kasdy0pnh16byl0y1vlsaddzkyy"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
- branch master updated (71992a5 -> 43514b8), guix-commits, 2020/09/13
- 01/12: gnu: libcyaml: Update to 1.1.0., guix-commits, 2020/09/13
- 02/12: gnu: libaudec: Update to 0.2.3., guix-commits, 2020/09/13
- 03/12: gnu: Add meson 0.55.1., guix-commits, 2020/09/13
- 05/12: gnu: libgccjit: Reword synopsis and description., guix-commits, 2020/09/13
- 06/12: gnu: gccgo: Reword synopsis and description., guix-commits, 2020/09/13
- 08/12: gnu: fmt: Update to 7.0.3.,
guix-commits <=
- 10/12: gnu: emacs-djvu: Add needed inputs, guix-commits, 2020/09/13
- 11/12: gnu: glade: Add catalog and module search paths., guix-commits, 2020/09/13
- 07/12: gnu: gcc-toolchain: Reword description., guix-commits, 2020/09/13
- 04/12: gnu: zrythm: Update to 0.8.911., guix-commits, 2020/09/13
- 09/12: services: certbot: Support registration without email., guix-commits, 2020/09/13
- 12/12: gnu: libhandy: Enable glade_catalog., guix-commits, 2020/09/13