all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Z572 <zhengjunjie@iscas.ac.cn>
To: Greg Hogan <code@greghogan.com>
Cc: 73010-done@debbugs.gnu.org
Subject: bug#73010: [PATCH] gnu: Add fmt-11.
Date: Mon, 09 Sep 2024 21:20:06 +0800	[thread overview]
Message-ID: <875xr5yneh.fsf@iscas.ac.cn> (raw)
In-Reply-To: <b4701f6844ba743cd5c32df149bc786dcb60ca78.1725395445.git.code@greghogan.com> (Greg Hogan's message of "Tue, 3 Sep 2024 20:32:32 +0000")

[-- Attachment #1: Type: text/plain, Size: 2089 bytes --]

Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/pretty-print.scm (fmt-11): New variable.
> (fmt-10): Inherit from fmt-11.
>
> Change-Id: Ic9f28cfb5a805f33beaad9794d69f992a5a27652
> ---
>  gnu/packages/pretty-print.scm | 18 +++++++++++++++---
>  1 file changed, 15 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
> index d8ff1664b47..3b9bdbb1527 100644
> --- a/gnu/packages/pretty-print.scm
> +++ b/gnu/packages/pretty-print.scm
> @@ -170,17 +170,17 @@ (define-public enscript
>  different programming languages.")
>      (license gpl3+)))
>  
> -(define-public fmt-10
> +(define-public fmt-11
>    (package
>      (name "fmt")
> -    (version "10.2.1")
> +    (version "11.0.2")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (string-append "https://github.com/fmtlib/fmt/releases/download/"
>                             version "/fmt-" version ".zip"))

Adjust it to git-fetch. Because this is better.

>         (sha256
> -        (base32 "1j8nln7rql2nxkhdlgpmx1c1dp6dyxnar1n5r7sjg0rws6i5289i"))))
> +        (base32 "0ralkidhqa16gyx8n1gm7r1d41rm2vf8zgd726g7b37kpjz5iz20"))))
>      (build-system cmake-build-system)
>      (arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
>      (native-inputs (list unzip))
> @@ -192,6 +192,18 @@ (define-public fmt-10
>      ;; The library is bsd-2, but documentation and tests include other licenses.
>      (license (list bsd-2 bsd-3 psfl))))
>  
> +(define-public fmt-10
> +  (package
> +    (inherit fmt-11)
> +    (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 "1j8nln7rql2nxkhdlgpmx1c1dp6dyxnar1n5r7sjg0rws6i5289i"))))))
> +
>  (define-public fmt-9
>    (package
>      (inherit fmt-10)
>
> base-commit: 19e0b937857563e77841a4fc5433589fa98c810d

push, close.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-09-09 13:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-03 20:32 [bug#73010] [PATCH] gnu: Add fmt-11 Greg Hogan
2024-09-09 13:20 ` Z572 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875xr5yneh.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=73010-done@debbugs.gnu.org \
    --cc=code@greghogan.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.