guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: redkite: Update to 1.3.1.


From: guix-commits
Subject: 02/07: gnu: redkite: Update to 1.3.1.
Date: Sun, 7 Nov 2021 21:31:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e46e144b42c2c95dcebedb0007b722032ff93c28
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 7 23:15:25 2021 +0100

    gnu: redkite: Update to 1.3.1.
    
    * gnu/packages/audio.scm (redkite): Update to 1.3.1.
---
 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 15bd6e8..5e274f3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4918,7 +4918,7 @@ workstations as well as consumer software such as music 
players.")
 (define-public redkite
   (package
     (name "redkite")
-    (version "1.3.0")                     ;marked unmaintained as of Oct. 2021
+    (version "1.3.1")                     ;marked unmaintained as of Oct. 2021
     (source
      (origin
        (method git-fetch)
@@ -4927,7 +4927,7 @@ workstations as well as consumer software such as music 
players.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16j9zp5i7svq3g38rfb6h257qfgnd2brrxi7cjd2pdax9xxwj40y"))))
+        (base32 "1zb2k2a4m7z2ravqrjn8fq8lic20wbr2m8kja3p3113jsk7j9zvd"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests included



reply via email to

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