diff mbox series

[bug#40436,1/2] gnu: redkite: Update to 0.8.0.

Message ID 2def62ed7a5627f5e9a0eff9d28b5e3f65291cf5.camel@zrythm.org
State Accepted
Headers show
Series [bug#40436,1/2] gnu: redkite: Update to 0.8.0. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Alexandros Theodotou April 4, 2020, 8:37 p.m. UTC
Hi,

This patch is needed to update Geonkick.

Thanks,
Alex

Comments

Mathieu Othacehe April 5, 2020, 9:07 a.m. UTC | #1
Pushed, thanks!

Mathieu
diff mbox series

Patch

From 184bdc840391d18599676c5bea9ff71531abb3f6 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Sat, 4 Apr 2020 21:31:49 +0100
Subject: [PATCH 1/2] gnu: redkite: Update to 0.8.0.

* gnu/packages/audio.scm (redkite): Update to 0.8.0.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 803efb5cd1..a2f6f7f6f3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3881,7 +3881,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)
@@ -3891,7 +3891,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
-- 
2.26.0