mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e24b7b39bf
commit
31d7e12cd8
1 changed files with 6 additions and 5 deletions
|
@ -320,7 +320,7 @@ supported devices, as well as input/output file format support.")
|
||||||
(define-public m8c
|
(define-public m8c
|
||||||
(package
|
(package
|
||||||
(name "m8c")
|
(name "m8c")
|
||||||
(version "1.7.10")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -329,7 +329,7 @@ supported devices, as well as input/output file format support.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18bx6jf0jbgnd6cfydh4iknh25rrpyc8awma4a1hkia57fyjy2gi"))))
|
(base32 "1x6klsqgy6j2b6cvkk386jmb0nbcpsrr36ji6cfwd3039wx657i8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -338,9 +338,10 @@ supported devices, as well as input/output file format support.")
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure))
|
(delete 'configure))
|
||||||
#:tests? #f)) ;no tests
|
#:tests? #f)) ;no tests
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs
|
||||||
(inputs (list libserialport
|
(list pkg-config))
|
||||||
sdl2))
|
(inputs
|
||||||
|
(list libserialport sdl3))
|
||||||
(home-page "https://github.com/laamaa/m8c")
|
(home-page "https://github.com/laamaa/m8c")
|
||||||
(synopsis "Cross-platform M8 tracker headless client")
|
(synopsis "Cross-platform M8 tracker headless client")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue