mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: beep: Update to 1.4.4.
* gnu/packages/terminals.scm (beep): Update to 1.4.4.
This commit is contained in:
parent
30c9e096e0
commit
10eefb7092
1 changed files with 2 additions and 2 deletions
|
@ -377,7 +377,7 @@ (define-public picocom
|
|||
(define-public beep
|
||||
(package
|
||||
(name "beep")
|
||||
(version "1.4.3")
|
||||
(version "1.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -390,7 +390,7 @@ (define-public beep
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue