diff options
author | Christopher Baines <mail@cbaines.net> | 2022-06-28 22:35:54 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-06-28 22:35:54 +0100 |
commit | 0bf5c655886d21392e70ff622468b28890ee3fa4 (patch) | |
tree | 7283c90e2d1af6a0a157277ab12f3c05b74207b3 /gnu/packages/audio.scm | |
parent | 0e576e36aec1a35c3103fb288ca02bfd1267f478 (diff) |
gnu: snapcast: Update to 0.26.0.
* gnu/packages/audio.scm (snapcast): Update to 0.26.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 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 |