GNU bug report logs - #63693
[PATCH] gnu: fio: Update to 3.35.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 24 May 2023 18:07:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#63693: closed (Re: [bug#63693] [PATCH] gnu: fio: Update to 3.35.)
Date: Thu, 01 Jun 2023 09:56:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63693: [PATCH] gnu: fio: Update to 3.35.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63693 <at> debbugs.gnu.org.

-- 
63693: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63693
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Greg Hogan <code <at> greghogan.com>
Cc: 63693-done <at> debbugs.gnu.org
Subject: Re: [bug#63693] [PATCH] gnu: fio: Update to 3.35.
Date: Thu, 1 Jun 2023 12:52:01 +0300
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: fio: Update to 3.35.
Date: Wed, 24 May 2023 18:06:36 +0000
* gnu/packages/benchmark.scm (fio): Update to 3.35.
---
 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 8840100d68..a1ffec7810 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.33")
+    (version "3.35")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://brick.kernel.dk/snaps/"
                                   "fio-" version ".tar.bz2"))
               (sha256
                (base32
-                "083c1w8jqkvyw7wcy69142inlikzmk1k78mk973rnqdp3a7798qb"))))
+                "0dvxv771hzb72zs995wsq3i1kryv8vfzkndd79i0w2v7ssxnldb3"))))
     (build-system gnu-build-system)
     (arguments
      (list #:modules
-- 
2.40.1




This bug report was last modified 2 years and 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.