diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-04-08 08:59:39 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-08 09:09:26 +0200 |
| commit | e07fee2352df75cd0672c3b344348cb9a8f072af (patch) | |
| tree | 3d48dbd78a817b76b2aeb6f927ec9af477eaec1b /gnu | |
| parent | 09968c8464965b9c4de0999616238dad9889b7d7 (diff) | |
gnu: magic: Update to 8.3.633.
* gnu/packages/electronics.scm (magic): Update to 8.3.633.
Change-Id: Ie7cb38e40acf856aee086fd7e1b866ea3ed30af7
Diffstat (limited to 'gnu')
| -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 9143e52dcd..2c327bfa23 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -2018,7 +2018,7 @@ which allows one to install the M8 firmware on any Teensy.") (define-public magic (package (name "magic") - (version "8.3.625") + (version "8.3.633") (source (origin (method git-fetch) @@ -2027,7 +2027,7 @@ which allows one to install the M8 firmware on any Teensy.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0ld238cdq8mzzcx7vgk67aqim0ypbfyks486z59q19yzxpr6c42s")))) + (base32 "1rwrhb0q99rpv4lbiw1sqykwzf9gj1my2wkh6mp8g36rab2vhii3")))) (build-system gnu-build-system) (arguments (list |
