guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: stlink: Update to 1.7.0.


From: guix-commits
Subject: branch master updated: gnu: stlink: Update to 1.7.0.
Date: Tue, 04 Jan 2022 06:08:14 -0500

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 431546b024 gnu: stlink: Update to 1.7.0.
431546b024 is described below

commit 431546b024ffdbab24834fd478a8d0c76cc24780
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jan 4 12:07:43 2022 +0100

    gnu: stlink: Update to 1.7.0.
    
    * gnu/packages/embedded.scm (stlink): Update to 1.7.0.
    [home-page]: Update it.
---
 gnu/packages/embedded.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 6e951e70a0..6f1e71a9c8 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1372,7 +1372,7 @@ STC89, STC90, STC10, STC11, STC12, STC15 and STC8 
series.")
 (define-public stlink
   (package
     (name "stlink")
-    (version "1.5.1")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
@@ -1382,7 +1382,7 @@ STC89, STC90, STC10, STC11, STC12, STC15 and STC8 
series.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1d5gxiqpsm8fc105cxlp27af9fk339fap5h6nay21x5a7n61jgyc"))))
+         "03xypffpbp4imrczbxmq69vgkr7mbp0ps9dk815br5wwlz6vgygl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no tests
@@ -1402,7 +1402,7 @@ STM32VL discovery kits) and ST-LINK/V2 (on STM32L 
discovery and later kits).
 Two different transport layers are used: ST-LINK/V1 uses SCSI passthru
 commands over USB, and ST-LINK/V2 and ST-LINK/V2-1 (seen on Nucleo boards) use
 raw USB commands.")
-    (home-page "https://github.com/texane/stlink";)
+    (home-page "https://github.com/stlink-org/stlink";)
     ;; The flashloaders/stm32l0x.s and flashloaders/stm32lx.s source files are
     ;; licensed under the GPLv2+.
     (license (list license:bsd-3 license:gpl2+))))



reply via email to

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