From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7wWO-0008HQ-FV for guix-patches@gnu.org; Sun, 24 Mar 2019 02:22:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7wHe-00063t-MU for guix-patches@gnu.org; Sun, 24 Mar 2019 02:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42429) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h7wHe-000632-HZ for guix-patches@gnu.org; Sun, 24 Mar 2019 02:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h7wHe-0003Bo-6q for guix-patches@gnu.org; Sun, 24 Mar 2019 02:07:02 -0400 Subject: [bug#34970] [PATCH] gnu: fmt: Update to 5.3.0. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:50819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7wGy-000552-4I for guix-patches@gnu.org; Sun, 24 Mar 2019 02:06:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7wGw-00050v-TB for guix-patches@gnu.org; Sun, 24 Mar 2019 02:06:20 -0400 Received: from mx1.riseup.net ([198.252.153.129]:44534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h7wGw-0004zR-FT for guix-patches@gnu.org; Sun, 24 Mar 2019 02:06:18 -0400 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 7E5E01A1CD8 for ; Sat, 23 Mar 2019 23:06:16 -0700 (PDT) From: Meiyo Peng Date: Sun, 24 Mar 2019 14:05:33 +0800 Message-Id: <20190324060533.7714-1-meiyo@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34970@debbugs.gnu.org * 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.sc= m index 34793db58b..346d3660d5 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -4,6 +4,7 @@ ;;; Copyright =C2=A9 2017 Marius Bakke ;;; Copyright =C2=A9 2017 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2017, 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2019 Meiyo Peng ;;; ;;; 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=3D" - (assoc-ref %outputs "out") "/lib")))) (home-page "http://fmtlib.net/") (synopsis "Small and fast C++ formatting library") (description --=20 2.21.0