guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: flac: Update to 1.4.3.


From: guix-commits
Subject: 06/07: gnu: flac: Update to 1.4.3.
Date: Wed, 20 Dec 2023 16:30:09 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit 8bd818d6d7ec78b710a1d9427014316bb30421bb
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Oct 24 19:31:57 2023 +0000

    gnu: flac: Update to 1.4.3.
    
    * gnu/packages/xiph.scm (flac): Update to 1.4.3.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/xiph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index b47c718fb6..480589292d 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -238,14 +238,14 @@ It currently supports:
 (define-public flac
   (package
    (name "flac")
-   (version "1.3.4")
+   (version "1.4.3")
    (source (origin
             (method url-fetch)
             (uri (string-append 
"https://downloads.xiph.org/releases/flac/flac-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0dz7am8kbc97a6afml1h4yp085274prg8j7csryds8m3fmz61w4g"))))
+              "0w2v40kmvl741vmycv8h5s10n7arbs12n2b1p10z8j13saffcn3c"))))
    (build-system gnu-build-system)
    (arguments
     `(#:parallel-tests? #f))



reply via email to

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