diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 00:36:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 13:54:11 +0100 |
commit | f54d47b87cbdbec410f1d9abaa21863bbb92008a (patch) | |
tree | 220978e9be0be4e9d582c16dcc4c5768b7687e1c | |
parent | dbd0b46def98b35deca5001c15653b387ad357d3 (diff) | |
download | patches-f54d47b87cbdbec410f1d9abaa21863bbb92008a.tar patches-f54d47b87cbdbec410f1d9abaa21863bbb92008a.tar.gz |
gnu: beep: Update to 1.4.7.
* gnu/packages/terminals.scm (beep): Update to 1.4.7.
-rw-r--r-- | gnu/packages/terminals.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index ae015d9fe7..b5c3b69f53 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2016 David Craven <david@craven.ch> ;;; Copyright © 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2016, 2017 José Miguel Sánchez García <jmi2k@openmailbox.org> -;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net> ;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Petter <petter@mykolab.ch> @@ -396,7 +396,7 @@ to all types of devices that provide serial consoles.") (define-public beep (package (name "beep") - (version "1.4.4") + (version "1.4.7") (source (origin (method git-fetch) @@ -409,7 +409,7 @@ to all types of devices that provide serial consoles.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1bk7g63qpiclbq20iz2x238by8s1b2iafdim7i6dq1i5n01s7lgx")))) + (base32 "0dnbvzzxvajc7pl1165wb3l74pfcqcdg12rcjcw86qqy954dx8my")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |