gnu: butt: Update to 0.1.34.
* gnu/packages/audio.scm (butt): Update to 0.1.34.
This commit is contained in:
parent
1b61c75ff7
commit
9b66f0a74d
1 changed files with 3 additions and 3 deletions
|
|
@ -5452,14 +5452,14 @@ while still staying in time.")
|
||||||
(define-public butt
|
(define-public butt
|
||||||
(package
|
(package
|
||||||
(name "butt")
|
(name "butt")
|
||||||
(version "0.1.32")
|
(version "0.1.34")
|
||||||
(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
|
||||||
"1qwllkx9p1gb3syhbbck3agrk375m82l18fb81aqygi4g3dg3s9r"))
|
"0zd1g1673pv8z437y34fllxska8dzpd7mygpham35pzwpdyc5c1p"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(substitute* "src/butt.cpp"
|
'(substitute* "src/butt.cpp"
|
||||||
|
|
@ -5500,7 +5500,7 @@ while still staying in time.")
|
||||||
version "_manual.pdf"))
|
version "_manual.pdf"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g70jyyxbx5nin3xs9q9zf878b2kyy7rn8gn9w91x1ychbjd6dhh"))))))
|
"0kadqzzbk25n0aqxgbqhg4mq4hsbjq44phzcx5qj1b8847yzz8si"))))))
|
||||||
(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
|
||||||
|
|
|
||||||
Reference in a new issue