guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: snapcast: Update to 0.27.0.


From: guix-commits
Subject: 04/06: gnu: snapcast: Update to 0.27.0.
Date: Fri, 21 Jul 2023 13:12:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 42962a9ddbf3ab538115348b366b9c64564fac13
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: snapcast: Update to 0.27.0.
    
    * gnu/packages/audio.scm (snapcast): Update to 0.27.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 437ccd53de..8c15189b2b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1416,7 +1416,7 @@ envelope follower, distortion effects, tape effects and 
more.")
 (define-public snapcast
   (package
     (name "snapcast")
-    (version "0.26.0")
+    (version "0.27.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1425,7 +1425,7 @@ envelope follower, distortion effects, tape effects and 
more.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "091gf3k1xv3k0m0kf2apr9bwiifw2czjcksd3vzwy544sfgrya08"))))
+                "10l5hvmaqr9ykipsnzl95wqg19ff36rhpa1q88axxcia0k2valkn"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no included tests



reply via email to

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