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 96714f8ec2 gnu: magic: Update to 8.3.613.
96714f8ec2 is described below

commit 96714f8ec2e2f6bd1e1c632c4b8b2b06d596df1b
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Mar 4 11:55:28 2026 +0100

    gnu: magic: Update to 8.3.613.
    
    * gnu/packages/electronics.scm (magic): Update to 8.3.613.
    
    Change-Id: I44f79e66e5c4300ed6510259ae1e1a869d832352
---
 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 ac91befb17..2d4ce7a18a 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1479,7 +1479,7 @@ which allows one to install the M8 firmware on any 
Teensy.")
 (define-public magic
   (package
     (name "magic")
-    (version "8.3.590")
+    (version "8.3.613")
     (source
      (origin
        (method git-fetch)
@@ -1488,7 +1488,7 @@ which allows one to install the M8 firmware on any 
Teensy.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1akx502h85g9r7nb45sb6pk9pk0d6aapnm3z3k4yc9ldvigrmzly"))))
+        (base32 "0mipxrwkcphm67zchr705ab14kv85p0lfb083yicz6myf2fxp2bf"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to