mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: snapcast: Update to 0.29.0. [security fixes]
This fixes CVE-2023-36177. * gnu/packages/audio.scm (snapcast): Update to 0.29.0.
This commit is contained in:
parent
1e1e5dbf13
commit
dd31f1ab90
1 changed files with 2 additions and 2 deletions
|
@ -1567,7 +1567,7 @@ (define-public omins-lv2
|
|||
(define-public snapcast
|
||||
(package
|
||||
(name "snapcast")
|
||||
(version "0.27.0")
|
||||
(version "0.29.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1576,7 +1576,7 @@ (define-public snapcast
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10l5hvmaqr9ykipsnzl95wqg19ff36rhpa1q88axxcia0k2valkn"))))
|
||||
"1960xp54vsndj9vvc03kx9kg9phdchdgrfghhvcp2b0nfq2qcqqm"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no included tests
|
||||
|
|
Loading…
Reference in a new issue