[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: libsigrok: Update to 0.5.2.
From: |
guix-commits |
Subject: |
04/09: gnu: libsigrok: Update to 0.5.2. |
Date: |
Wed, 1 Jan 2020 18:47:36 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 4b492dccf6c700a7df6b62bc13c476c5128d7cc9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jan 1 21:37:12 2020 +0100
gnu: libsigrok: Update to 0.5.2.
* gnu/packages/electronics.scm (libsigrok): Update to 0.5.2.
---
gnu/packages/electronics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 3245a80..77b383d 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -137,7 +137,7 @@ as simple logic analyzer and/or oscilloscope hardware.")
(define-public libsigrok
(package
(name "libsigrok")
- (version "0.5.1")
+ (version "0.5.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -145,7 +145,7 @@ as simple logic analyzer and/or oscilloscope hardware.")
version ".tar.gz"))
(sha256
(base32
- "171b553dir5gn6w4f7n37waqk62nq2kf1jykx4ifjacdz5xdw3z4"))))
+ "0g6fl684bpqm5p2z4j12c62m45j1dircznjina63w392ns81yd2d"))))
(outputs '("out" "doc"))
(arguments
`(#:tests? #f ; tests need USB access
- branch master updated (92d7f5b -> 261e035), guix-commits, 2020/01/01
- 02/09: gnu: libsigrokdecode: Update to 0.5.3., guix-commits, 2020/01/01
- 04/09: gnu: libsigrok: Update to 0.5.2.,
guix-commits <=
- 06/09: gnu: emacs-php-mode: Update to 1.22.2., guix-commits, 2020/01/01
- 03/09: gnu: sigrok-firmware-fx2lafw: Update to 0.1.7., guix-commits, 2020/01/01
- 01/09: gnu: ranger: Update to 1.9.3., guix-commits, 2020/01/01
- 09/09: gnu: kicad-symbols: Update to 5.1.5., guix-commits, 2020/01/01
- 08/09: gnu: kicad: Update to 5.1.5., guix-commits, 2020/01/01
- 05/09: gnu: youtube-dl: Update to 2020.01.01., guix-commits, 2020/01/01
- 07/09: gnu: Use HTTPS for kicad-pcb.org., guix-commits, 2020/01/01