diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-04 12:07:43 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-04 12:08:01 +0100 |
commit | 431546b024ffdbab24834fd478a8d0c76cc24780 (patch) | |
tree | e2e16c53fe3e6d559bf98934c561a36c050ee360 | |
parent | 8bfb1258d32b5ffeeefd9d44753b87f62bdbf822 (diff) | |
download | guix-431546b024ffdbab24834fd478a8d0c76cc24780.tar.gz |
gnu: stlink: Update to 1.7.0.
* gnu/packages/embedded.scm (stlink): Update to 1.7.0. [home-page]: Update it.
-rw-r--r-- | gnu/packages/embedded.scm | 6 |
1 files 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+)))) |