mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: microcom: Update to 2023.09.0.
* gnu/packages/engineering.scm (microcom): Update to 2023.09.0, change home-page, format description. Change-Id: I78ce62e0d9479f34f8622712f969c6b116211009 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
committed by
Maxim Cournoyer
parent
9575e5303c
commit
408cfd9a5b
@@ -1581,24 +1581,26 @@ replacement for the OpenDWG libraries.")
|
|||||||
(define-public microcom
|
(define-public microcom
|
||||||
(package
|
(package
|
||||||
(name "microcom")
|
(name "microcom")
|
||||||
(version "2019.01.0")
|
(version "2023.09.0")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://git.pengutronix.de/git/tools/microcom.git")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://git.pengutronix.de/git/tools/microcom.git")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32 "0rf4qdkbhknrrqn4rpb737l0km8yn5f498zapks4akf6yjh5aq8y"))))
|
(sha256
|
||||||
|
(base32 "18qr9rwn3b82h042jrz1syfiiqyf3cbpdr8vv0s5p5f51f2l3vj7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list readline))
|
(inputs (list readline))
|
||||||
(native-inputs (list automake autoconf))
|
(native-inputs (list automake autoconf))
|
||||||
(home-page "https://git.pengutronix.de/?p=tools/microcom.git")
|
(home-page "https://git.pengutronix.de/cgit/tools/microcom")
|
||||||
(synopsis "Minimalistic serial line terminal program")
|
(synopsis "Minimalistic serial line terminal program")
|
||||||
(description "Microcom is a minimalistic terminal program for accessing
|
(description
|
||||||
devices via a serial connection. It features connection via RS232 serial
|
"Microcom is a minimalistic terminal program for accessing devices
|
||||||
interfaces (including setting of transfer rates) as well as in @code{telnetmode}
|
via a serial connection. It features connection via RS232 serial interfaces
|
||||||
as specified in rfc2217 and a (Linux specific) CAN mode.")
|
(including setting of transfer rates) as well as in @code{telnetmode} as
|
||||||
|
specified in rfc2217 and a (Linux specific) CAN mode.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public minicom
|
(define-public minicom
|
||||||
|
|||||||
Reference in New Issue
Block a user