gnu: m8c: Update to 2.0.0.

* gnu/packages/electronics.scm (m8c): Update to 2.0.0.
[inputs]: Remove sdl2; add sdl3.

Change-Id: Iacea7d269220ab8d5a3fde9a19256f70d536a7dc
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
Cayetano Santos 2025-08-30 00:36:20 +02:00 committed by Maxim Cournoyer
parent e24b7b39bf
commit 31d7e12cd8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -320,7 +320,7 @@ supported devices, as well as input/output file format support.")
(define-public m8c
(package
(name "m8c")
(version "1.7.10")
(version "2.0.0")
(source
(origin
(method git-fetch)
@ -329,7 +329,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 "18bx6jf0jbgnd6cfydh4iknh25rrpyc8awma4a1hkia57fyjy2gi"))))
(base32 "1x6klsqgy6j2b6cvkk386jmb0nbcpsrr36ji6cfwd3039wx657i8"))))
(build-system gnu-build-system)
(arguments
(list
@ -338,9 +338,10 @@ supported devices, as well as input/output file format support.")
#~(modify-phases %standard-phases
(delete 'configure))
#:tests? #f)) ;no tests
(native-inputs (list pkg-config))
(inputs (list libserialport
sdl2))
(native-inputs
(list pkg-config))
(inputs
(list libserialport sdl3))
(home-page "https://github.com/laamaa/m8c")
(synopsis "Cross-platform M8 tracker headless client")
(description