diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-29 17:55:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-29 18:32:29 +0200 |
commit | 4938ea5feaeebdc3948de2855c49828a312a265b (patch) | |
tree | 5590b5b05f35ebcfb6ecaa6f6de1ad08d7da29ef /gnu/packages/audio.scm | |
parent | 21fcb08d09414a0cd6e2ce3c32ad5a33b22dad38 (diff) | |
download | guix-4938ea5feaeebdc3948de2855c49828a312a265b.tar guix-4938ea5feaeebdc3948de2855c49828a312a265b.tar.gz |
gnu: butt: Update to 0.1.32.
* gnu/packages/audio.scm (butt): Update to 0.1.32.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index faf106fc68..1895c9fab8 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5433,14 +5433,14 @@ while still staying in time.") (define-public butt (package (name "butt") - (version "0.1.31") + (version "0.1.32") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/butt/butt/butt-" version "/butt-" version ".tar.gz")) (sha256 (base32 - "19zvdi5vr6vqnrpc60jir7550nz9a5x1c61lh13355cdny2zp28z")) + "1qwllkx9p1gb3syhbbck3agrk375m82l18fb81aqygi4g3dg3s9r")) (modules '((guix build utils))) (snippet '(substitute* "src/butt.cpp" @@ -5481,7 +5481,7 @@ while still staying in time.") version "_manual.pdf")) (sha256 (base32 - "0a0kgd069whfp1v8xgw6qm67w02n8b7b4h5ay5665wgq947hxanp")))))) + "0g70jyyxbx5nin3xs9q9zf878b2kyy7rn8gn9w91x1ychbjd6dhh")))))) (home-page "https://danielnoethen.de/butt/") (synopsis "Audio streaming tool") (description "Butt is a tool to stream audio to a ShoutCast or |