me
/
guix
Archived
1
0
Fork 0

gnu: beep: Update to 1.4.10.

* gnu/packages/terminals.scm (beep): Update to 1.4.10.
Tobias Geerinckx-Rice 2022-01-15 08:52:44 +00:00
parent e5088b8a7c
commit f644a04320
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -557,7 +557,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.9") (version "1.4.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -570,7 +570,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 "0jmvqk6g5n0wzj9znw42njxq3mzw1769f4db99b83927hf4aidi4")))) (base32 "05c2gxfqc12rgp88c65q7f5ha9gzh222vdh0qpdq1zmyhqj43pq1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests