guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/14: gnu: spin2cpp: Update to 3.6.4.


From: Tobias Geerinckx-Rice
Subject: 11/14: gnu: spin2cpp: Update to 3.6.4.
Date: Tue, 27 Feb 2018 10:50:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4886d5b23c031b790cb0f3f36a30315306504b44
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 27 04:46:57 2018 +0100

    gnu: spin2cpp: Update to 3.6.4.
    
    * gnu/packages/embedded.scm (spin2cpp): Update to 3.6.4.
---
 gnu/packages/embedded.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index b2e33ea..6f09c8f 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2016, 2017 Theodoros Foradis <address@hidden>
 ;;; Copyright © 2016 David Craven <address@hidden>
 ;;; Copyright © 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -696,7 +697,7 @@ upload binaries to a Parallax Propeller micro-controller.")
 (define-public spin2cpp
   (package
     (name "spin2cpp")
-    (version "3.6.3")
+    (version "3.6.4")
     (source (origin
               (method url-fetch)
               (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"))
               (sha256
                (base32
-                "0v5vzh69bp1r2byrpz12rql1w24ff2v9msr31596zq6hd6n82lnh"))))
+                "05qak187sn0xg7vhrxw27b19xhmid1b8ab8kax3gv0faavzablfw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ;; The tests assume that a micro-controller is connected.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]