This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 672aec29be gnu: f3: Update to 9.0.
672aec29be is described below

commit 672aec29be540586f8ced78d62fad41a1131c2c8
Author: Nigko Yerden <[email protected]>
AuthorDate: Mon Jan 19 08:49:12 2026 +0500

    gnu: f3: Update to 9.0.
    
    * gnu/packages/disks.scm (f3): Update to 9.0.
    
    Change-Id: Iaaa87a2309f2abe75af9a42c9c088fbceffc6def
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 0ec51fe55d..a0efdb2200 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -999,7 +999,7 @@ format is completely customizable.")
 (define-public f3
   (package
     (name "f3")
-    (version "8.0")
+    (version "9.0")
     (source
      (origin
       (method git-fetch)
@@ -1008,7 +1008,7 @@ format is completely customizable.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "17l5vspfcgfbkqg7bakp3gql29yb05gzawm8n3im30ilzdr53678"))))
+       (base32 "0k9299phdxp0yag0mm58sfrbqmb19zvia57wgcaqawf9clafba35"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                      ; no check target

Reply via email to