diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 12:53:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 21:56:21 +0200 |
commit | 755d494cbd9446628be3b255c1e2122bb547e9d2 (patch) | |
tree | b0ecf14d2589ab2e604c7a43027b655e62a8e797 /gnu/packages/audio.scm | |
parent | d289a60770c8e4449439858158c28e84a053c3b0 (diff) |
gnu: butt: Update to 0.1.30.
* gnu/packages/audio.scm (butt): Update to 0.1.30.
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 cbd25192a0..dda1159f98 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5166,14 +5166,14 @@ while still staying in time.") (define-public butt (package (name "butt") - (version "0.1.29") + (version "0.1.30") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/butt/butt/butt-" version "/butt-" version ".tar.gz")) (sha256 (base32 - "0nbz0z4d7krvhmnwn10594gwc61gn2dlb5fazmynjfisrfdswqlg")))) + "1dfspdh3f18lpp7asxpj63b9zfpvazi7shgrdacg17gd42ycayq5")))) (build-system gnu-build-system) (arguments `(#:phases @@ -5210,7 +5210,7 @@ while still staying in time.") version "_manual.pdf")) (sha256 (base32 - "1hhgdhdg5s86hjcbwh856gcd3kcch0i5xgi3i3v02zz3xmzl7gg3")))))) + "1w3krh7f2v5vdz18hqycnpn0qv1x6xl6pa1najgp4jbfisjc1mn8")))))) (home-page "https://danielnoethen.de/butt/") (synopsis "Audio streaming tool") (description "Butt is a tool to stream audio to a ShoutCast or |