guix-commits
[Top][All Lists]
Advanced

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

09/25: gnu: flac: Update to 1.3.4.


From: guix-commits
Subject: 09/25: gnu: flac: Update to 1.3.4.
Date: Sat, 16 Jul 2022 18:08:28 -0400 (EDT)

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

commit 83a8c033f1f060cfbf27bf49c459f38ff394af00
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jul 10 21:35:14 2022 +0200

    gnu: flac: Update to 1.3.4.
    
    * gnu/packages/xiph.scm (flac): Update to 1.3.4.
---
 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 aa513d76b0..ac476285ee 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.3")
+   (version "1.3.4")
    (source (origin
             (method url-fetch)
             (uri (string-append 
"https://downloads.xiph.org/releases/flac/flac-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0j0p9sf56a2fm2hkjnf7x3py5ir49jyavg4q5zdyd7bcf6yq4gi1"))))
+              "0dz7am8kbc97a6afml1h4yp085274prg8j7csryds8m3fmz61w4g"))))
    (build-system gnu-build-system)
    (arguments
     `(#:parallel-tests? #f))



reply via email to

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