guix_mirror_bot pushed a commit to branch master
in repository guix.

commit eada168e3afe4b5b5ad69d862f0e945b9dce2f6e
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Mar 2 14:40:46 2026 +0100

    gnu: flashrom: Update to 1.7.0.
    
    * gnu/packages/flashing-tools.scm (flashrom): Update to 1.7.0.
    
    Change-Id: I91fa3ade5b555bedc66553591d62a8360d741adc
---
 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 dc24e87807..471d17bcc2 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -90,7 +90,7 @@
 (define-public flashrom
   (package
     (name "flashrom")
-    (version "1.6.0")
+    (version "1.7.0")
     (source
      (origin
        (method url-fetch)
@@ -99,7 +99,7 @@
              version ".tar.xz"))
        (sha256
         (base32
-         "08s4r7abcyk849zk840l3szgdmaxj0bx1281wy0zrdgrgncb77cb"))))
+         "0kxbydmskyw3kqa01k16k20qd0ny5i477pab6dygwzizhglsqa23"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to