guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 7db4266d846fb9c2471b8081637ff0077f3d73af
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Jan 11 11:50:12 2026 +0100

    gnu: m8c: Update to 2.2.2.
    
    * gnu/packages/electronics.scm (m8c): Update to 2.2.2.
    
    Change-Id: Ie96cf4325009b733977f0fe19a80b9964c249db4
---
 gnu/packages/electronics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 7fc49aa8bd..bfab7435da 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1238,7 +1238,7 @@ supported devices, as well as input/output file format 
support.")
 (define-public m8c
   (package
     (name "m8c")
-    (version "2.2.0")
+    (version "2.2.2")
     (source
      (origin
        (method git-fetch)
@@ -1247,7 +1247,7 @@ supported devices, as well as input/output file format 
support.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mx4n5di1bsm4ill55sf4dfa5rldrch0mrr4mk83x0xqd2rfy2mp"))))
+        (base32 "0737hz7yhkrgg5gc2ymnilz0gyv3p7zv127qh4hxf2b07v5pqc1x"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to