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 7795d4ff7e gnu: ifdtool: Update to 25.09.
7795d4ff7e is described below

commit 7795d4ff7e4c5f12e706b5b5eb38cbded961770d
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Sep 17 10:29:40 2025 +0200

    gnu: ifdtool: Update to 25.09.
    
    * gnu/packages/flashing-tools.scm (ifdtool): Update to 25.09.
    
    Change-Id: Ibc9c1591b32acd12c5870773407572993df38d93
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/flashing-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index 8b555381dd..a0b1c183c5 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -410,7 +410,7 @@ referred to as the \"Odin 3 protocol\".")
 (define-public ifdtool
   (package
     (name "ifdtool")
-    (version "4.9")
+    (version "25.09")
     (source
      (origin
        (method git-fetch)
@@ -420,7 +420,7 @@ referred to as the \"Odin 3 protocol\".")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0jidj29jh6p65d17k304wlzhxvp4p3c2namgcdwg2sxq8jfr0zlm"))))
+         "1a1n64dwr5fzdnaj45bjci85ap5yra5gwz4x056zn6481xwvbsmv"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to