me
/
guix
Archived
1
0
Fork 0

gnu: libsigrokdecode: Update to 0.5.3.

* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.3.
master
Tobias Geerinckx-Rice 2020-01-01 21:17:34 +01:00
parent 7ff557a598
commit afeecd92aa
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Clément Lassieur <clement@lassieur.org>
;;;
;;; This file is part of GNU Guix.
@ -64,7 +64,7 @@ to take care of the OS-specific details when writing software that uses serial p
(define-public libsigrokdecode
(package
(name "libsigrokdecode")
(version "0.5.2")
(version "0.5.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -72,7 +72,7 @@ to take care of the OS-specific details when writing software that uses serial p
version ".tar.gz"))
(sha256
(base32
"1w434nl1syjkvwl08lji3r9sr60lbxp1nqys8hqwzv2lgiwrx3g0"))))
"1h1zi1kpsgf6j2z8j8hjpv1q7n49i3fhqjn8i178rka3cym18265"))))
(outputs '("out" "doc"))
(arguments
`(#:phases