guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: redkite: Update to 0.8.0.


From: guix-commits
Subject: 02/02: gnu: redkite: Update to 0.8.0.
Date: Sun, 5 Apr 2020 05:00:13 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 4656c95c06ce047effc6464290dbd8a5bcdfab22
Author: Alexandros Theodotou <address@hidden>
AuthorDate: Sat Apr 4 21:31:49 2020 +0100

    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 6d29184..68cea0a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]