[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: redkite: Update to 1.0.3.
From: |
guix-commits |
Subject: |
01/02: gnu: redkite: Update to 1.0.3. |
Date: |
Fri, 11 Sep 2020 07:15:05 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 477311146ee42d3e2c51a84401da25c261ebb8d9
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Thu Sep 10 17:49:06 2020 +0100
gnu: redkite: Update to 1.0.3.
* gnu/packages/audio.scm (redkite): Update to 1.0.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 4322178..0746f67 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4467,7 +4467,7 @@ supports both of ID3v1/v2 and APEv2 tags.")
(define-public redkite
(package
(name "redkite")
- (version "0.8.1")
+ (version "1.0.3")
(source
(origin
(method git-fetch)
@@ -4476,7 +4476,7 @@ supports both of ID3v1/v2 and APEv2 tags.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "17kv2jc4jvn3sdicz3sf8dnf25wbvv7ijzkr0mm0sbrrjz6vrwz0"))))
+ (base32 "1m2db7c791fi33snkjwnvlxapmf879g5r8azlkx7sr6vp2s0jq2k"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;no tests included