guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: beep: Update to 1.4.9.


From: guix-commits
Subject: 04/05: gnu: beep: Update to 1.4.9.
Date: Sun, 8 Mar 2020 16:22:15 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1d91680c840a82d0c284c64c8845792324bf1434
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Mar 1 14:41:26 2020 +0100

    gnu: beep: Update to 1.4.9.
    
    * gnu/packages/terminals.scm (beep): Update to 1.4.9.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 482e9e8..eea8490 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -407,7 +407,7 @@ to all types of devices that provide serial consoles.")
 (define-public beep
   (package
     (name "beep")
-    (version "1.4.7")
+    (version "1.4.9")
     (source
      (origin
        (method git-fetch)
@@ -420,7 +420,7 @@ to all types of devices that provide serial consoles.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dnbvzzxvajc7pl1165wb3l74pfcqcdg12rcjcw86qqy954dx8my"))))
+        (base32 "0jmvqk6g5n0wzj9znw42njxq3mzw1769f4db99b83927hf4aidi4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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