all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34970] [PATCH] gnu: fmt: Update to 5.3.0.
@ 2019-03-24  6:05 Meiyo Peng
  2019-03-25 10:36 ` bug#34970: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Meiyo Peng @ 2019-03-24  6:05 UTC (permalink / raw)
  To: 34970

* gnu/packages/pretty-print.scm (fmt): Update to 5.3.0.
  [arguments]: Remove #:configure-flags.
---
 gnu/packages/pretty-print.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 34793db58b..346d3660d5 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -162,7 +163,7 @@ different programming languages.")
 (define-public fmt
   (package
     (name "fmt")
-    (version "4.1.0")
+    (version "5.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -170,14 +171,10 @@ different programming languages.")
                     version "/fmt-" version ".zip"))
               (sha256
                (base32
-                "1swyqw3dn2vx5sw2yh5vk0vrvrkp7fv07cj4272yxl5rrq1byjcx"))))
+                "0p51nhmvjniqlffmmb9djhprnclvm448f2vkdxymvxw307hl21sc"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("unzip" ,unzip)))
-    (arguments
-     `(#:configure-flags
-       (list (string-append "-DCMAKE_INSTALL_LIBDIR="
-                            (assoc-ref %outputs "out") "/lib"))))
     (home-page "http://fmtlib.net/")
     (synopsis "Small and fast C++ formatting library")
     (description
-- 
2.21.0

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

* bug#34970: [PATCH] gnu: fmt: Update to 5.3.0.
  2019-03-24  6:05 [bug#34970] [PATCH] gnu: fmt: Update to 5.3.0 Meiyo Peng
@ 2019-03-25 10:36 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-03-25 10:36 UTC (permalink / raw)
  To: Meiyo Peng; +Cc: 34970-done

Hi Meiyo,

Meiyo Peng <meiyo@riseup.net> skribis:

> * gnu/packages/pretty-print.scm (fmt): Update to 5.3.0.
>   [arguments]: Remove #:configure-flags.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2019-03-25 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-24  6:05 [bug#34970] [PATCH] gnu: fmt: Update to 5.3.0 Meiyo Peng
2019-03-25 10:36 ` bug#34970: " 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.