diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-04 11:55:28 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-04 11:55:40 +0100 |
| commit | 96714f8ec2e2f6bd1e1c632c4b8b2b06d596df1b (patch) | |
| tree | 7779085729f9226b948fdbd04a47e119f0950dbb | |
| parent | efe6f14c208d49cbf60be18344261633a052919b (diff) | |
gnu: magic: Update to 8.3.613.
* gnu/packages/electronics.scm (magic): Update to 8.3.613.
Change-Id: I44f79e66e5c4300ed6510259ae1e1a869d832352
| -rw-r--r-- | gnu/packages/electronics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index ac91befb17b..2d4ce7a18a3 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 |
