gnu: beep: Update to 1.4.9.
* gnu/packages/terminals.scm (beep): Update to 1.4.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f6713b55a1
commit
1d91680c84
1 changed files with 2 additions and 2 deletions
|
@ -407,7 +407,7 @@ to all types of devices that provide serial consoles.")
|
||||||
(define-public beep
|
(define-public beep
|
||||||
(package
|
(package
|
||||||
(name "beep")
|
(name "beep")
|
||||||
(version "1.4.7")
|
(version "1.4.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -420,7 +420,7 @@ to all types of devices that provide serial consoles.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dnbvzzxvajc7pl1165wb3l74pfcqcdg12rcjcw86qqy954dx8my"))))
|
(base32 "0jmvqk6g5n0wzj9znw42njxq3mzw1769f4db99b83927hf4aidi4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in a new issue