[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: libjaylink: Update to 0.2.0
From: |
guix-commits |
Subject: |
06/07: gnu: libjaylink: Update to 0.2.0 |
Date: |
Thu, 22 Oct 2020 11:11:34 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2eacb95ad50ff75ed303207aa4141906175df5ce
Author: Malte Frank Gerdes <malte.f.gerdes@gmail.com>
AuthorDate: Sat Oct 10 15:24:46 2020 +0200
gnu: libjaylink: Update to 0.2.0
* gnu/packages/embedded.scm (libjaylink): Update to 0.2.0
[origin]: Substitute upstream repository location.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/embedded.scm | 52 ++++++++++++++++++++++-------------------------
1 file changed, 24 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index f9f0e04..1eacb72 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -458,35 +458,31 @@ languages are C and C++.")
,@(package-arguments gdb)))))
(define-public libjaylink
- ;; No release tarballs available.
- (let ((commit "699b7001d34a79c8e7064503dde1bede786fd7f0")
- (revision "2"))
- (package
- (name "libjaylink")
- (version (string-append "0.1.0-" revision "."
- (string-take commit 7)))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.zapb.de/libjaylink.git")
- (commit commit)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "034872d44myycnzn67v5b8ixrgmg8sk32aqalvm5x7108w2byww1"))))
- (build-system gnu-build-system)
- (native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("libtool" ,libtool)
- ("pkg-config" ,pkg-config)))
- (inputs
- `(("libusb" ,libusb)))
- (home-page "https://repo.or.cz/w/libjaylink.git")
- (synopsis "Library to interface Segger J-Link devices")
- (description "libjaylink is a shared library written in C to access
+ (package
+ (name "libjaylink")
+ (version "0.2.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://repo.or.cz/libjaylink.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ndyfh51hiqyv2yscpj6qd091w7myxxjid3a6rx8f6k233vy826q"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("libusb" ,libusb)))
+ (home-page "https://repo.or.cz/w/libjaylink.git")
+ (synopsis "Library to interface Segger J-Link devices")
+ (description "libjaylink is a shared library written in C to access
SEGGER J-Link and compatible devices.")
- (license license:gpl2+))))
+ (license license:gpl2+)))
(define-public jimtcl
(package
- branch master updated (2f107f2 -> cad55e9), guix-commits, 2020/10/22
- 02/07: gnu: Add lcov-cobertura., guix-commits, 2020/10/22
- 06/07: gnu: libjaylink: Update to 0.2.0,
guix-commits <=
- 05/07: git: Support HTTP and HTTPS proxies., guix-commits, 2020/10/22
- 03/07: git: Require Guile-Git 0.3.0 or later., guix-commits, 2020/10/22
- 01/07: graph: Don't insist on "Helvetica" in the Graphviz backend., guix-commits, 2020/10/22
- 04/07: git: Display a progress bar while fetching a repo., guix-commits, 2020/10/22
- 07/07: gnu: openocd: Update to 9a877a83a1c8b1f105cdc0de46c5cbc4d9e8799e., guix-commits, 2020/10/22