guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fc-host-tools: Update to 14.


From: guix-commits
Subject: branch master updated: gnu: fc-host-tools: Update to 14.
Date: Tue, 22 Dec 2020 14:53:00 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3581d4b  gnu: fc-host-tools: Update to 14.
3581d4b is described below

commit 3581d4be95980b375884cca79d7f8896891caace
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Tue Dec 22 20:50:57 2020 +0100

    gnu: fc-host-tools: Update to 14.
    
    * gnu/packages/embedded.scm (fc-host-tools): Update to 14.
---
 gnu/packages/embedded.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index bda7195..622905f 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1178,14 +1178,14 @@ SPI, I2C, JTAG.")
 (define-public fc-host-tools
   (package
     (name "fc-host-tools")
-    (version "13")
+    (version "14")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ftp.freecalypso.org/pub/GSM/";
                                   "FreeCalypso/fc-host-tools-r" version 
".tar.bz2"))
               (sha256
                (base32
-                "0bpxz4y0z3hmlirzvfwq0k45yzn9fzgqs9r1fpkrhn48gr2zrpa8"))))
+                "09ccd76khfvlx4dwi9dhrzl5mm68402mlych0g7f9ncfr5jzyf26"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; No tests exist.



reply via email to

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