guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: snapcast: Update to 0.29.0. [security fixes]


From: guix-commits
Subject: 05/08: gnu: snapcast: Update to 0.29.0. [security fixes]
Date: Mon, 4 Nov 2024 06:56:38 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit dd31f1ab90df3722a7d0b3c18595d021057381f3
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sun Nov 3 17:02:21 2024 +0100

    gnu: snapcast: Update to 0.29.0. [security fixes]
    
    This fixes CVE-2023-36177.
    
    * gnu/packages/audio.scm (snapcast): Update to 0.29.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 eaffa0842d..467dc4a74f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1567,7 +1567,7 @@ synthesis.")
 (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 @@ synthesis.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10l5hvmaqr9ykipsnzl95wqg19ff36rhpa1q88axxcia0k2valkn"))))
+                "1960xp54vsndj9vvc03kx9kg9phdchdgrfghhvcp2b0nfq2qcqqm"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no included tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]