gnu: libsigrok: Update to 0.5.2.
* gnu/packages/electronics.scm (libsigrok): Update to 0.5.2.
This commit is contained in:
parent
26efd031ec
commit
4b492dccf6
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ as simple logic analyzer and/or oscilloscope hardware.")
|
||||||
(define-public libsigrok
|
(define-public libsigrok
|
||||||
(package
|
(package
|
||||||
(name "libsigrok")
|
(name "libsigrok")
|
||||||
(version "0.5.1")
|
(version "0.5.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -145,7 +145,7 @@ as simple logic analyzer and/or oscilloscope hardware.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"171b553dir5gn6w4f7n37waqk62nq2kf1jykx4ifjacdz5xdw3z4"))))
|
"0g6fl684bpqm5p2z4j12c62m45j1dircznjina63w392ns81yd2d"))))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests need USB access
|
`(#:tests? #f ; tests need USB access
|
||||||
|
|
Reference in a new issue