gnu: picocom: Update to 2.2.
* gnu/packages/terminals.scm (picocom): Update to 2.2.
This commit is contained in:
parent
66bb5db7ab
commit
d0cddec230
@ -265,7 +265,7 @@ multi-seat support, a replacement for @command{mingetty}, and more.")
|
||||
(define-public picocom
|
||||
(package
|
||||
(name "picocom")
|
||||
(version "2.1")
|
||||
(version "2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -274,7 +274,7 @@ multi-seat support, a replacement for @command{mingetty}, and more.")
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v891cx18vx3lnpfaq90f5y6njgigkn4qsikhrmyzshnz32jy5bb"))))
|
||||
"1knl6dglnrynx1fhy21nylw56i1q3dkizkgxzkq42mb7ilah8f9y"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags '("CC=gcc")
|
||||
|
Loading…
Reference in New Issue
Block a user