diff options
author | Alexandros Theodotou <alex@zrythm.org> | 2020-04-04 21:31:49 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-05 10:59:16 +0200 |
commit | 4656c95c06ce047effc6464290dbd8a5bcdfab22 (patch) | |
tree | 293ee166a1c9acbf1d8d9a72b685fafd99b2a08d /gnu | |
parent | 95856a6e02aacd9a5cc3677720f34ca933b00e9e (diff) | |
download | patches-4656c95c06ce047effc6464290dbd8a5bcdfab22.tar patches-4656c95c06ce047effc6464290dbd8a5bcdfab22.tar.gz |
gnu: redkite: Update to 0.8.0.
* gnu/packages/audio.scm (redkite): Update to 0.8.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 6d29184592..68cea0a693 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3882,7 +3882,7 @@ stream to one or more IceCast and/or ShoutCast servers.") (define-public redkite (package (name "redkite") - (version "0.6.2") + (version "0.8.0") (source (origin (method git-fetch) @@ -3892,7 +3892,7 @@ stream to one or more IceCast and/or ShoutCast servers.") (file-name (git-file-name name version)) (sha256 (base32 - "1i874izajbdhlfacwwj84qrsxf7g4y6nblzxalrkzaap9sa7d1r6")))) + "1747w1kg8y9jbl11xi018d85dm38xk7843pz26sh0k5fdv87a10q")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ;no tests included |