gnu: spin2cpp: Update to 3.6.4.
* gnu/packages/embedded.scm (spin2cpp): Update to 3.6.4.master
parent
7da5db8e45
commit
4886d5b23c
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org>
|
;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org>
|
||||||
;;; Copyright © 2016 David Craven <david@craven.ch>
|
;;; Copyright © 2016 David Craven <david@craven.ch>
|
||||||
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -696,7 +697,7 @@ upload binaries to a Parallax Propeller micro-controller.")
|
||||||
(define-public spin2cpp
|
(define-public spin2cpp
|
||||||
(package
|
(package
|
||||||
(name "spin2cpp")
|
(name "spin2cpp")
|
||||||
(version "3.6.3")
|
(version "3.6.4")
|
||||||
(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/"
|
||||||
|
@ -704,7 +705,7 @@ upload binaries to a Parallax Propeller micro-controller.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v5vzh69bp1r2byrpz12rql1w24ff2v9msr31596zq6hd6n82lnh"))))
|
"05qak187sn0xg7vhrxw27b19xhmid1b8ab8kax3gv0faavzablfw"))))
|
||||||
(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.
|
||||||
|
|
Reference in New Issue