guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: snapcast: Update to 0.26.0.


From: guix-commits
Subject: 01/04: gnu: snapcast: Update to 0.26.0.
Date: Tue, 28 Jun 2022 17:48:14 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 0bf5c655886d21392e70ff622468b28890ee3fa4
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jun 28 22:35:54 2022 +0100

    gnu: snapcast: Update to 0.26.0.
    
    * gnu/packages/audio.scm (snapcast): Update to 0.26.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 70b0f1181c..f1dbb6c49f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1158,7 +1158,7 @@ envelope follower, distortion effects, tape effects and 
more.")
 (define-public snapcast
   (package
     (name "snapcast")
-    (version "0.24.0")
+    (version "0.26.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1167,7 +1167,7 @@ envelope follower, distortion effects, tape effects and 
more.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13yz8alplnqwkcns3mcli01qbyy6l3h62xx0v71ygcrz371l4g9g"))))
+                "091gf3k1xv3k0m0kf2apr9bwiifw2czjcksd3vzwy544sfgrya08"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no included tests



reply via email to

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