diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-05 00:54:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-05 00:56:05 +0200 |
commit | 264f84a87caeceede57970935abd732bdac7b757 (patch) | |
tree | 70574fa8efa95a5629a89e44170595674e610833 | |
parent | 04870195a8fc5546d26761b6bba63eb8eb7965d7 (diff) | |
download | guix-264f84a87caeceede57970935abd732bdac7b757.tar.gz |
gnu: butt: Update to 0.1.31.
* gnu/packages/audio.scm (butt): Update to 0.1.31.
-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 80cd521773..3d7d414874 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5277,14 +5277,14 @@ while still staying in time.") (define-public butt (package (name "butt") - (version "0.1.30") + (version "0.1.31") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/butt/butt/butt-" version "/butt-" version ".tar.gz")) (sha256 (base32 - "1dfspdh3f18lpp7asxpj63b9zfpvazi7shgrdacg17gd42ycayq5")) + "19zvdi5vr6vqnrpc60jir7550nz9a5x1c61lh13355cdny2zp28z")) (modules '((guix build utils))) (snippet '(substitute* "src/butt.cpp" @@ -5325,7 +5325,7 @@ while still staying in time.") version "_manual.pdf")) (sha256 (base32 - "1w3krh7f2v5vdz18hqycnpn0qv1x6xl6pa1najgp4jbfisjc1mn8")))))) + "0a0kgd069whfp1v8xgw6qm67w02n8b7b4h5ay5665wgq947hxanp")))))) (home-page "https://danielnoethen.de/butt/") (synopsis "Audio streaming tool") (description "Butt is a tool to stream audio to a ShoutCast or |