Archived
1
0
Fork 0

gnu: openocd: Update to 0.11.0.

* gnu/packages/embedded.scm (openocd): Update to 0.11.0.
This commit is contained in:
Danny Milosavljevic 2021-12-16 20:11:40 +01:00
parent 18d5e7c96b
commit b47fcf1cbe
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -565,21 +565,18 @@ language.")
(license license:bsd-2)))
(define-public openocd
(let ((commit "9a877a83a1c8b1f105cdc0de46c5cbc4d9e8799e")
(revision "0"))
(package
(name "openocd")
(version (string-append "0.10.0-" revision "."
(string-take commit 7)))
(version "0.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.code.sf.net/p/openocd/code")
(commit commit)))
(commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1q536cp80v2bcy6xwk08f1r2ljyw13jchx3a1z7d3ni3vqql7rc6"))))
"0qi4sixwvw1i7c64sy221fsjs82qf3asmdk86g74ds2jjm3f8pzp"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
@ -627,7 +624,7 @@ language.")
(synopsis "On-Chip Debugger")
(description "OpenOCD provides on-chip programming and debugging support
with a layered architecture of JTAG interface and TAP support.")
(license license:gpl2+))))
(license license:gpl2+)))
;; The commits for all propeller tools are the stable versions published at
;; https://github.com/propellerinc/propgcc in the release_1_0. According to