mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: libserialport: Update to 0.1.2.
* gnu/packages/electronics.scm (libserialport): Update to 0.1.2. [source]: Switch to git-fetch. [native-inputs]: Add autoconf, automake, libtool. Change-Id: I1666f0a5f643c1fa8ea246f42503732ef5f93331 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
43d30332bf
commit
435f7bc85a
1 changed files with 8 additions and 6 deletions
|
|
@ -69,16 +69,18 @@
|
|||
(define-public libserialport
|
||||
(package
|
||||
(name "libserialport")
|
||||
(version "0.1.1")
|
||||
(version "0.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://sigrok.org/download/source/libserialport/libserialport-"
|
||||
version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "git://sigrok.org/libserialport")
|
||||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17ajlwgvyyrap8z7f16zcs59pksvncwbmd3mzf98wj7zqgczjaja"))))
|
||||
"0dn10gmm3rwdsiw1psaczb9m52x6cfkfrbywm4f5y8fsmghh7dsy"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list autoconf automake libtool))
|
||||
(home-page "https://sigrok.org/wiki/Libserialport")
|
||||
(synopsis "Library for using serial ports")
|
||||
(description "Libserialport is a minimal shared library written in C that is intended
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue