guix-commits
[Top][All Lists]
Advanced

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

16/88: gnu: beep: Update to 1.4.4.


From: guix-commits
Subject: 16/88: gnu: beep: Update to 1.4.4.
Date: Wed, 10 Apr 2019 23:44:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 10eefb70920500a6b8d9ae23df7989b62a61803d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 11 03:10:48 2019 +0200

    gnu: beep: Update to 1.4.4.
    
    * gnu/packages/terminals.scm (beep): Update to 1.4.4.
---
 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 2d46585..103ec12 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -377,7 +377,7 @@ to all types of devices that provide serial consoles.")
 (define-public beep
   (package
     (name "beep")
-    (version "1.4.3")
+    (version "1.4.4")
     (source
      (origin
        (method git-fetch)
@@ -390,7 +390,7 @@ to all types of devices that provide serial consoles.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gramwa2zm59kqjhv96fi8vg7l6lyffv02h0310vb90naschi99g"))))
+        (base32 "1bk7g63qpiclbq20iz2x238by8s1b2iafdim7i6dq1i5n01s7lgx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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