all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68537] [PATCH] gnu: fmt-10: Update to 10.2.1.
@ 2024-01-17 17:07 Greg Hogan
  2024-02-05 22:03 ` bug#68537: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2024-01-17 17:07 UTC (permalink / raw)
  To: 68537; +Cc: Greg Hogan

* gnu/packages/pretty-print.scm (fmt-10): Update to 10.2.1.

Change-Id: I11e0828c120f1f14c8c9f1c080d0608f81354ae3
---
 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 @@ (define-public enscript
 (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))

base-commit: ae2d4d856d26bc7f916c5b9a0b305e231c3ce870
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68537: [PATCH] gnu: fmt-10: Update to 10.2.1.
  2024-01-17 17:07 [bug#68537] [PATCH] gnu: fmt-10: Update to 10.2.1 Greg Hogan
@ 2024-02-05 22:03 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-02-05 22:03 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 68537-done

Greg Hogan <code@greghogan.com> skribis:

> * gnu/packages/pretty-print.scm (fmt-10): Update to 10.2.1.
>
> Change-Id: I11e0828c120f1f14c8c9f1c080d0608f81354ae3

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-05 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 17:07 [bug#68537] [PATCH] gnu: fmt-10: Update to 10.2.1 Greg Hogan
2024-02-05 22:03 ` bug#68537: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.