guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: flac: Update to 1.3.2.


From: Leo Famulari
Subject: 03/06: gnu: flac: Update to 1.3.2.
Date: Tue, 17 Jan 2017 08:59:07 +0000 (UTC)

lfam pushed a commit to branch staging
in repository guix.

commit b4fddeae20f1c575e17203c709d322bd1d9c43e0
Author: Leo Famulari <address@hidden>
Date:   Sun Jan 1 17:53:51 2017 -0500

    gnu: flac: Update to 1.3.2.
    
    * gnu/packages/xiph.scm (flac): Update to 1.3.2.
---
 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 46afe08..0d2aa81 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -202,14 +202,14 @@ It currently supports:
 (define flac
   (package
    (name "flac")
-   (version "1.3.1")
+   (version "1.3.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://downloads.xiph.org/releases/flac/flac-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0v65w7ph6ldwp5a8fbhp0a3w8f737ck468fr7yb7sxmskl4w0ws7"))))
+              "0gymm2j3276kr9nz6vmgfwsdfrq6c449n40a0mzz8h6wc7nw7kwi"))))
    (build-system gnu-build-system)
    (arguments
     `(#:parallel-tests? #f))



reply via email to

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