unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jean-Pierre De Jesus DIAZ via Guix-patches via <guix-patches@gnu.org>
To: 63824@debbugs.gnu.org
Cc: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>,
	efraim@flashner.co.il, ludo@gnu.org, vagrant@debian.org
Subject: [bug#63824] [PATCH 3/3] gnu: openocd: Update to 0.12.0.
Date: Thu,  1 Jun 2023 15:32:36 +0200	[thread overview]
Message-ID: <20230601133236.324123-3-jean@foundationdevices.com> (raw)
In-Reply-To: <20230601133236.324123-1-jean@foundationdevices.com>

* 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





  parent reply	other threads:[~2023-06-01 13:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-01 13:30 [bug#63824] [PATCH 0/3] gnu: openocd: Update to 0.12.0 Jean-Pierre De Jesus DIAZ via Guix-patches via
2023-06-01 13:32 ` [bug#63824] [PATCH 1/3] gnu: libjaylink: Update to 0.3.1 Jean-Pierre De Jesus DIAZ via Guix-patches via
2023-06-01 13:32   ` [bug#63824] [PATCH 2/3] gnu: jimtcl: Update to 0.82 Jean-Pierre De Jesus DIAZ via Guix-patches via
2023-06-01 13:32   ` Jean-Pierre De Jesus DIAZ via Guix-patches via [this message]
2023-06-06  6:58 ` bug#63824: [PATCH 0/3] gnu: openocd: Update to 0.12.0 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230601133236.324123-3-jean@foundationdevices.com \
    --to=guix-patches@gnu.org \
    --cc=63824@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=jean@foundationdevices.com \
    --cc=ludo@gnu.org \
    --cc=vagrant@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).