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:53 +0100 |
| commit | 0bf7327d0e30fb90aa231bba3601b22c6fad3d9d (patch) | |
| tree | b184c0f6dad6c679d6ba6d316c85b3f8c10d11eb /gnu/packages | |
| parent | a60fa26e8961df012f104690d5bedd7e15045ff7 (diff) | |
gnu: m8c: Update to 2.2.2.
* gnu/packages/electronics.scm (m8c): Update to 2.2.2.
Change-Id: Ie96cf4325009b733977f0fe19a80b9964c249db4
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
| -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 9185d51c877..ba155b03ecf 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1230,7 +1230,7 @@ supported devices, as well as input/output file format support.") (define-public m8c (package (name "m8c") - (version "2.2.0") + (version "2.2.2") (source (origin (method git-fetch) @@ -1239,7 +1239,7 @@ supported devices, as well as input/output file format support.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1mx4n5di1bsm4ill55sf4dfa5rldrch0mrr4mk83x0xqd2rfy2mp")))) + (base32 "0737hz7yhkrgg5gc2ymnilz0gyv3p7zv127qh4hxf2b07v5pqc1x")))) (build-system cmake-build-system) (arguments (list |
