mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: m8c: Update to 2.2.0.
* gnu/packages/electronics.scm (m8c): Update to 2.2.0. Change-Id: Id0ab3cf276593556dfd06a8e1f73e43efa82071d Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
This commit is contained in:
parent
8fb1ccf129
commit
b9ed2f6818
1 changed files with 2 additions and 2 deletions
|
@ -827,7 +827,7 @@ supported devices, as well as input/output file format support.")
|
||||||
(define-public m8c
|
(define-public m8c
|
||||||
(package
|
(package
|
||||||
(name "m8c")
|
(name "m8c")
|
||||||
(version "2.1.0")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -836,7 +836,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 "1vv0m4ry23nns5a47m2n9k6i3wly2jjc5n1j3l7sh1m480ga3d42"))))
|
(base32 "1mx4n5di1bsm4ill55sf4dfa5rldrch0mrr4mk83x0xqd2rfy2mp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue