me
/
guix
Archived
1
0
Fork 0

gnu: libsigrok: Update to 0.5.2.

* gnu/packages/electronics.scm (libsigrok): Update to 0.5.2.
master
Tobias Geerinckx-Rice 2020-01-01 21:37:12 +01:00
parent 26efd031ec
commit 4b492dccf6
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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