guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/13: gnu: picocom: Update to 3.1.


From: guix-commits
Subject: 03/13: gnu: picocom: Update to 3.1.
Date: Mon, 11 Mar 2019 08:26:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 33238b552000aa730d6e306df4fadbac2ad2db02
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 11 11:05:45 2019 +0100

    gnu: picocom: Update to 3.1.
    
    * gnu/packages/terminals.scm (picocom): Update to 3.1.
---
 gnu/packages/terminals.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 2961d61..1217088 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -341,7 +341,7 @@ combining, and so on, with a simple interface.")
 (define-public picocom
   (package
     (name "picocom")
-    (version "2.2")
+    (version "3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -350,15 +350,16 @@ combining, and so on, with a simple interface.")
               (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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]