gnu: openocd: Update to 0.12.0.

* gnu/packages/embedded.scm (openocd): Update to 0.12.0.
[inputs]: Remove libusb-compat as openocd dropped support for libusb0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2023-06-01 15:32:36 +02:00 committed by Efraim Flashner
parent f351f2aaf2
commit e3cd3f0320
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -573,7 +573,7 @@ (define-public jimtcl
(define-public openocd (define-public openocd
(package (package
(name "openocd") (name "openocd")
(version "0.11.0") (version "0.12.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -582,7 +582,7 @@ (define-public openocd
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"0qi4sixwvw1i7c64sy221fsjs82qf3asmdk86g74ds2jjm3f8pzp")))) "09wb11zlmrw6rx1bql3kafgi3ilzp9mhvb6j6rql216by06csing"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf (list autoconf
@ -592,7 +592,7 @@ (define-public openocd
pkg-config pkg-config
texinfo)) texinfo))
(inputs (inputs
(list hidapi jimtcl libftdi libjaylink libusb-compat openssl)) (list hidapi jimtcl libftdi libjaylink openssl))
(arguments (arguments
'(#:configure-flags '(#:configure-flags
(append (list "LIBS=-lutil -lcrypto -lssl" (append (list "LIBS=-lutil -lcrypto -lssl"