diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-11 11:50:12 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:22:54 +0100 |
| commit | b11c3483c334459bcd5e3542cc60af39da2e3346 (patch) | |
| tree | 5cc5fce47772e0f8ba64c69f8a72fd9ec3b5e57e /gnu | |
| parent | 0bf7327d0e30fb90aa231bba3601b22c6fad3d9d (diff) | |
gnu: magic: Update to 8.3.590.
* gnu/packages/electronics.scm (magic): Update to 8.3.590.
Change-Id: I2ec3333c9b195e070f347b0de6c0b516e4ed981e
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
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 ba155b03ecf..94453aa306a 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1269,7 +1269,7 @@ which allows one to install the M8 firmware on any Teensy.") (define-public magic (package (name "magic") - (version "8.3.581") + (version "8.3.590") (source (origin (method git-fetch) @@ -1278,7 +1278,7 @@ which allows one to install the M8 firmware on any Teensy.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1if7c2ngk232pmsp0q3vqikg52kb25r7l3bgyfk1w5qskf89xzls")))) + (base32 "1akx502h85g9r7nb45sb6pk9pk0d6aapnm3z3k4yc9ldvigrmzly")))) (build-system gnu-build-system) (arguments (list |
