gnu: picocom: Update to 3.1.

* gnu/packages/terminals.scm (picocom): Update to 3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-11 11:05:45 +01:00
parent 130c12c9b9
commit 33238b5520
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -341,7 +341,7 @@ (define-public libtermkey
(define-public picocom
(package
(name "picocom")
(version "2.2")
(version "3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -350,15 +350,16 @@ (define-public picocom
(file-name (git-file-name name version))
(sha256
(base32
"06b2ic34dnxc73cprc5imi3iamlhsv623sbg9vj5h5rvs586dwjx"))))
"1vvjydqf0ax47nvdyyl67jafw5b3sfsav00xid6qpgia1gs2r72n"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags '("CC=gcc")
#:tests? #f ; No tests
#:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
(delete 'configure)
(delete 'configure) ; no configure script
(replace 'install
;; The Makefile lacks an install target.
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin"))