all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Vincent Legoll <vincent.legoll@gmail.com>
Cc: 71582-done@debbugs.gnu.org
Subject: bug#71582: [PATCH v2] gnu: fio: Update to 3.37.
Date: Sun, 23 Jun 2024 22:10:34 -0400	[thread overview]
Message-ID: <87v81z850l.fsf@gmail.com> (raw)
In-Reply-To: <20240615222932.24466-1-vincent.legoll@gmail.com> (Vincent Legoll's message of "Sun, 16 Jun 2024 00:29:14 +0200")

Hi Vincent,

Vincent Legoll <vincent.legoll@gmail.com> writes:

> * gnu/packages/benchmark.scm (fio): Update to 3.37.
> ---
>  gnu/packages/benchmark.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
> index 24d7c0843d..faf517b7b3 100644
> --- a/gnu/packages/benchmark.scm
> +++ b/gnu/packages/benchmark.scm
> @@ -6,7 +6,7 @@
>  ;;; Copyright © 2019 Eric Bavier <bavier@member.fsf.org>
>  ;;; Copyright © 2019 Gábor Boskovits <boskovits@gmail.com>
>  ;;; Copyright © 2019, 2021 Ludovic Courtès <ludo@gnu.org>
> -;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
> +;;; Copyright © 2020, 2024 Vincent Legoll <vincent.legoll@gmail.com>

Trivial changes of < 15 lines of code are thought not copyright-able, so
I've dropped this hunk.

>  ;;; Copyright © 2020 malte Frank Gerdes <malte.f.gerdes@gmail.com>
>  ;;; Copyright © 2020, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
>  ;;; Copyright © 2020 Greg Hogan <code@greghogan.com>
> @@ -79,14 +79,14 @@ (define gcc-toolchain*
>  (define-public fio
>    (package
>      (name "fio")
> -    (version "3.36")
> +    (version "3.37")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://brick.kernel.dk/snaps/"
>                                    "fio-" version ".tar.bz2"))
>                (sha256
>                 (base32
> -                "0ppg2rn57diz2mvbbps4cjxd903zn380hdkdsrbzal4l513w32h0"))))
> +                "09w35mpkrlxjy506bhifq7akc7mid9q92jkqgqwgf1ya95jzvw48"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list #:modules


Applied!

-- 
Thanks,
Maxim




      parent reply	other threads:[~2024-06-24  2:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15 21:54 [bug#71582] [PATCH] gnu: fio: Update to 3.37 Vincent Legoll
2024-06-15 22:29 ` [bug#71582] [PATCH v2] " Vincent Legoll
2024-06-17 19:32   ` Vincent Legoll
2024-06-24  2:10   ` Maxim Cournoyer [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=87v81z850l.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=71582-done@debbugs.gnu.org \
    --cc=vincent.legoll@gmail.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.