mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: spin2cpp: Update to 3.6.3.
* gnu/packages/embedded.scm (spin2cpp): Update to 3.6.3.
This commit is contained in:
parent
82c955c0a5
commit
9fc7cc31e2
1 changed files with 2 additions and 2 deletions
|
@ -676,7 +676,7 @@ (define-public propeller-load
|
||||||
(define-public spin2cpp
|
(define-public spin2cpp
|
||||||
(package
|
(package
|
||||||
(name "spin2cpp")
|
(name "spin2cpp")
|
||||||
(version "3.4.0")
|
(version "3.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/totalspectrum/spin2cpp/"
|
(uri (string-append "https://github.com/totalspectrum/spin2cpp/"
|
||||||
|
@ -684,7 +684,7 @@ (define-public spin2cpp
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00i8i0dspd5115ggkv5vx2xqb21l6y38wz0bakgby8n3b4k9xnk0"))))
|
"0v5vzh69bp1r2byrpz12rql1w24ff2v9msr31596zq6hd6n82lnh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;; The tests assume that a micro-controller is connected.
|
`(#:tests? #f ;; The tests assume that a micro-controller is connected.
|
||||||
|
|
Loading…
Reference in a new issue