guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/32: gnu: fmt: Update to 8.1.1.


From: guix-commits
Subject: 22/32: gnu: fmt: Update to 8.1.1.
Date: Mon, 2 May 2022 09:16:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c152174ca21c560bd13767f29a1a5b408ac84238
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Apr 19 17:37:23 2022 +0000

    gnu: fmt: Update to 8.1.1.
    
    * gnu/packages/pretty-print.scm (fmt): Update to 8.1.1.
    
    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 05960f6f48..4ee46b4e89 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -165,14 +165,14 @@ different programming languages.")
 (define-public fmt
   (package
     (name "fmt")
-    (version "8.0.1")
+    (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 "1gqmsk4r93x65cqs8w7zhfiv70w5fv8279nrblggqm4mmdpaa9x6"))))
+        (base32 "0p8f82ijqa57sk72hjf0qviv1wwinmns0p87wiv2v8fvisnqnxr3"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]