* [bug#71582] [PATCH] gnu: fio: Update to 3.37.
@ 2024-06-15 21:54 Vincent Legoll
2024-06-15 22:29 ` [bug#71582] [PATCH v2] " Vincent Legoll
0 siblings, 1 reply; 4+ messages in thread
From: Vincent Legoll @ 2024-06-15 21:54 UTC (permalink / raw)
To: 71582; +Cc: Vincent Legoll
* gnu/packages/benchmark.scm (fio): Update to 3.37.
---
gnu/packages/benchmark.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 24d7c0843d..bfc70c5d3d 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -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
--
2.45.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#71582] [PATCH v2] gnu: fio: Update to 3.37.
2024-06-15 21:54 [bug#71582] [PATCH] gnu: fio: Update to 3.37 Vincent Legoll
@ 2024-06-15 22:29 ` Vincent Legoll
2024-06-17 19:32 ` Vincent Legoll
2024-06-24 2:10 ` bug#71582: " Maxim Cournoyer
0 siblings, 2 replies; 4+ messages in thread
From: Vincent Legoll @ 2024-06-15 22:29 UTC (permalink / raw)
To: 71582; +Cc: Vincent Legoll
* 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>
;;; 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
--
2.45.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#71582] [PATCH v2] gnu: fio: Update to 3.37.
2024-06-15 22:29 ` [bug#71582] [PATCH v2] " Vincent Legoll
@ 2024-06-17 19:32 ` Vincent Legoll
2024-06-24 2:10 ` bug#71582: " Maxim Cournoyer
1 sibling, 0 replies; 4+ messages in thread
From: Vincent Legoll @ 2024-06-17 19:32 UTC (permalink / raw)
To: 71582
I tested it by running a few IO benchmarks in a VM, without problems
--
Vincent Legoll
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#71582: [PATCH v2] gnu: fio: Update to 3.37.
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
1 sibling, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2024-06-24 2:10 UTC (permalink / raw)
To: Vincent Legoll; +Cc: 71582-done
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-24 2:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` bug#71582: " Maxim Cournoyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).