[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
- branch master updated (acbb9d2dad -> eb12f3fd8b), guix-commits, 2023/07/21
- 01/06: gnu: ode: Update to 0.16.4., guix-commits, 2023/07/21
- 04/06: gnu: snapcast: Update to 0.27.0.,
guix-commits <=
- 03/06: gnu: srecord: Update to 1.65.0., guix-commits, 2023/07/21
- 06/06: gnu: wla-dx: Use G-expressions., guix-commits, 2023/07/21
- 02/06: gnu: diffoscope: Update to 245., guix-commits, 2023/07/21
- 05/06: gnu: wla-dx: Update to 10.5., guix-commits, 2023/07/21