guix-patches
[Top][All Lists]
Advanced

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

[bug#63824] [PATCH 3/3] gnu: openocd: Update to 0.12.0.


From: Jean-Pierre De Jesus DIAZ
Subject: [bug#63824] [PATCH 3/3] gnu: openocd: Update to 0.12.0.
Date: Thu, 1 Jun 2023 15:32:36 +0200

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

Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
---
 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 6efecf9700..215007dd31 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -573,7 +573,7 @@ (define-public jimtcl
 (define-public openocd
   (package
     (name "openocd")
-    (version "0.11.0")
+    (version "0.12.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -582,7 +582,7 @@ (define-public openocd
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0qi4sixwvw1i7c64sy221fsjs82qf3asmdk86g74ds2jjm3f8pzp"))))
+                "09wb11zlmrw6rx1bql3kafgi3ilzp9mhvb6j6rql216by06csing"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
@@ -592,7 +592,7 @@ (define-public openocd
            pkg-config
            texinfo))
     (inputs
-     (list hidapi jimtcl libftdi libjaylink libusb-compat openssl))
+     (list hidapi jimtcl libftdi libjaylink openssl))
     (arguments
      '(#:configure-flags
        (append (list "LIBS=-lutil -lcrypto -lssl"
-- 
2.34.1






reply via email to

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