Archived
1
0
Fork 0

gnu: libsigrokdecode: Update to 0.5.2.

* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-15 00:19:56 +02:00
parent 9f1b186afc
commit bbe2a94799
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -60,7 +60,7 @@ to take care of the OS-specific details when writing software that uses serial p
(define-public libsigrokdecode (define-public libsigrokdecode
(package (package
(name "libsigrokdecode") (name "libsigrokdecode")
(version "0.5.1") (version "0.5.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -68,7 +68,7 @@ to take care of the OS-specific details when writing software that uses serial p
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"07mmb6s62ncqqgsc6szilj2yxixf6gg99ggbzsjlbhp4b9aqnga9")))) "1w434nl1syjkvwl08lji3r9sr60lbxp1nqys8hqwzv2lgiwrx3g0"))))
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments
`(#:phases `(#:phases