diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
commit | 42962a9ddbf3ab538115348b366b9c64564fac13 (patch) | |
tree | 55519445437273bd8d79204a40386aa345fb27d4 /gnu/packages/audio.scm | |
parent | 19f6c16dba8c07ec28e2c9fea225274cbe77bf73 (diff) |
gnu: snapcast: Update to 0.27.0.
* gnu/packages/audio.scm (snapcast): Update to 0.27.0.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files 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 |