diff options
author | Greg Hogan <code@greghogan.com> | 2020-09-11 06:58:03 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-13 23:34:23 +0200 |
commit | 0f918908ebcfc1d5aeb780d6fbe5c52a48178e85 (patch) | |
tree | 1bc27c9f1c52f52240d3382f93f46e7383e5eb25 /gnu | |
parent | 0214d5dd849c140707345885cf899fa46d656021 (diff) | |
download | guix-0f918908ebcfc1d5aeb780d6fbe5c52a48178e85.tar.gz guix-0f918908ebcfc1d5aeb780d6fbe5c52a48178e85.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pretty-print.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 8e5d9ceafe..eeae472f08 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"))) |