gnu: spin2cpp: Update to 3.6.3.

* gnu/packages/embedded.scm (spin2cpp): Update to 3.6.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-05-07 02:28:12 +02:00
parent 82c955c0a5
commit 9fc7cc31e2
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -676,7 +676,7 @@ (define-public propeller-load
(define-public spin2cpp
(package
(name "spin2cpp")
(version "3.4.0")
(version "3.6.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/totalspectrum/spin2cpp/"
@ -684,7 +684,7 @@ (define-public spin2cpp
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"00i8i0dspd5115ggkv5vx2xqb21l6y38wz0bakgby8n3b4k9xnk0"))))
"0v5vzh69bp1r2byrpz12rql1w24ff2v9msr31596zq6hd6n82lnh"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;; The tests assume that a micro-controller is connected.