mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: butt: Update to 0.1.32.
* gnu/packages/audio.scm (butt): Update to 0.1.32.
This commit is contained in:
parent
21fcb08d09
commit
4938ea5fea
1 changed files with 3 additions and 3 deletions
|
@ -5433,14 +5433,14 @@ (define-public ableton-link
|
||||||
(define-public butt
|
(define-public butt
|
||||||
(package
|
(package
|
||||||
(name "butt")
|
(name "butt")
|
||||||
(version "0.1.31")
|
(version "0.1.32")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/butt/butt/butt-"
|
(uri (string-append "mirror://sourceforge/butt/butt/butt-"
|
||||||
version "/butt-" version ".tar.gz"))
|
version "/butt-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19zvdi5vr6vqnrpc60jir7550nz9a5x1c61lh13355cdny2zp28z"))
|
"1qwllkx9p1gb3syhbbck3agrk375m82l18fb81aqygi4g3dg3s9r"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(substitute* "src/butt.cpp"
|
'(substitute* "src/butt.cpp"
|
||||||
|
@ -5481,7 +5481,7 @@ (define-public butt
|
||||||
version "_manual.pdf"))
|
version "_manual.pdf"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a0kgd069whfp1v8xgw6qm67w02n8b7b4h5ay5665wgq947hxanp"))))))
|
"0g70jyyxbx5nin3xs9q9zf878b2kyy7rn8gn9w91x1ychbjd6dhh"))))))
|
||||||
(home-page "https://danielnoethen.de/butt/")
|
(home-page "https://danielnoethen.de/butt/")
|
||||||
(synopsis "Audio streaming tool")
|
(synopsis "Audio streaming tool")
|
||||||
(description "Butt is a tool to stream audio to a ShoutCast or
|
(description "Butt is a tool to stream audio to a ShoutCast or
|
||||||
|
|
Loading…
Reference in a new issue