diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 03:10:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:26:44 +0200 |
commit | 10eefb70920500a6b8d9ae23df7989b62a61803d (patch) | |
tree | 3cf141a85aa19f59b0140bf154442ab97b2ff172 /gnu/packages/terminals.scm | |
parent | 30c9e096e0be7254d05e28178896e2a0cc7576d5 (diff) | |
download | patches-10eefb70920500a6b8d9ae23df7989b62a61803d.tar patches-10eefb70920500a6b8d9ae23df7989b62a61803d.tar.gz |
gnu: beep: Update to 1.4.4.
* gnu/packages/terminals.scm (beep): Update to 1.4.4.
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 2d46585865..103ec128d8 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 |