[PATCH 1/2] gnu: redkite: Update to 0.8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexandros Theodotou
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Alexandros Theodotou
Severity
normal

Debbugs page

Alexandros Theodotou wrote 5 years ago
(address . guix-patches@gnu.org)
2def62ed7a5627f5e9a0eff9d28b5e3f65291cf5.camel@zrythm.org
Hi,

This patch is needed to update Geonkick.

Thanks,
Alex
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(-)

Toggle diff (24 lines)
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
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEESBMjhK0999huJUuDAi6uQjE9cPMFAl6I8AgACgkQAi6uQjE9
cPMWwQgAhf4mauxatvUCn5zID9pDB8g1RUJDLYyEMg05gHCMtDCqCSNK3UQ2AHQK
/FS6T8WLzBvPdTgdI9DqJ14JXB0aR+zwaxuq28fraOBhWRDaYxn3VuAgrr2dIb6j
0X7gkRJWq6WLgfHj//klcBo61iNXnGleCiF/UrMdJl2Azi8HeXp+hhqiW8m+rGqi
TH7Jq6zimqzERLfGwsBgHWVDY+2xlk6w0uh8iHQFPr8527FLwh+LEPbhsKNR0sBd
7LwY4rF5w2GDh9M+oAZ9aetKWXhHYT+oAaD3a+4KKKccAQTZ6jMPcYiKckUmfLrh
XK+59Gdz6kBYBX81PXpW6oVqgA5amg==
=NPQ6
-----END PGP SIGNATURE-----


Mathieu Othacehe wrote 5 years ago
(name . Alexandros Theodotou)(address . alex@zrythm.org)(address . 40436-done@debbugs.gnu.org)
87v9mes3lc.fsf@gmail.com
Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40436@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40436
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help