gnu: snapcast: Update to 0.27.0.
* gnu/packages/audio.scm (snapcast): Update to 0.27.0.
This commit is contained in:
parent
19f6c16dba
commit
42962a9ddb
1 changed files with 2 additions and 2 deletions
|
@ -1416,7 +1416,7 @@ envelope follower, distortion effects, tape effects and more.")
|
||||||
(define-public snapcast
|
(define-public snapcast
|
||||||
(package
|
(package
|
||||||
(name "snapcast")
|
(name "snapcast")
|
||||||
(version "0.26.0")
|
(version "0.27.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1425,7 +1425,7 @@ envelope follower, distortion effects, tape effects and more.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"091gf3k1xv3k0m0kf2apr9bwiifw2czjcksd3vzwy544sfgrya08"))))
|
"10l5hvmaqr9ykipsnzl95wqg19ff36rhpa1q88axxcia0k2valkn"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no included tests
|
'(#:tests? #f)) ; no included tests
|
||||||
|
|
Reference in a new issue