[PATCH] gnu: fmt: Update to 5.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Meiyo Peng
Owner
unassigned
Submitted by
Meiyo Peng
Severity
normal

Debbugs page

Meiyo Peng wrote 6 years ago
(address . guix-patches@gnu.org)(name . Meiyo Peng)(address . meiyo@riseup.net)
20190324060533.7714-1-meiyo@riseup.net
* 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(-)

Toggle diff (39 lines)
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
Ludovic Courtès wrote 6 years ago
(name . Meiyo Peng)(address . meiyo@riseup.net)(address . 34970-done@debbugs.gnu.org)
875zs7xmtg.fsf@gnu.org
Hi Meiyo,

Meiyo Peng <meiyo@riseup.net> skribis:

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

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34970@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34970
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help