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 0477fa7f44 gnu: magic: Update to 8.3.664.
0477fa7f44 is described below

commit 0477fa7f44ebd05a527137650ea0f2062c1968e3
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Jun 21 17:06:51 2026 +0200

    gnu: magic: Update to 8.3.664.
    
    * gnu/packages/electronics.scm (magic): Update to 8.3.664.
---
 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 b1d1481ba3..66448c0608 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -2335,7 +2335,7 @@ which allows one to install the M8 firmware on any 
Teensy.")
 (define-public magic
   (package
     (name "magic")
-    (version "8.3.652")
+    (version "8.3.664")
     (source
      (origin
        (method git-fetch)
@@ -2344,7 +2344,7 @@ which allows one to install the M8 firmware on any 
Teensy.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07q2lldcq6zb1apa5d3paciha92r6jlp7xny8pc31f56k5s9jnmz"))))
+        (base32 "0lrcsm3my0v7fvi9hw32h8kbjcgrm7jw3ipg16h11j7k0hnz88r3"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to