guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: flac: Update to 1.3.1.


From: ???
Subject: 02/02: gnu: flac: Update to 1.3.1.
Date: Wed, 04 Mar 2015 05:21:44 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 081cbed90e6d0740fd424ea7a12996c41da580fa
Author: 宋文武 <address@hidden>
Date:   Wed Mar 4 13:19:24 2015 +0800

    gnu: flac: Update to 1.3.1.
    
    * gnu/packages/xiph.scm (flac): Update to 1.3.1.
---
 gnu/packages/xiph.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index e4f6f0a..96171a0 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -192,14 +192,14 @@ OpenBSD's sndio.")
 (define flac
   (package
    (name "flac")
-   (version "1.3.0")
+   (version "1.3.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://downloads.xiph.org/releases/flac/flac-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1p0hh190kqvpkbk1bbajd81jfbmkyl4fn2i7pggk2zppq6m68bgs"))))
+              "0v65w7ph6ldwp5a8fbhp0a3w8f737ck468fr7yb7sxmskl4w0ws7"))))
    (build-system gnu-build-system)
    (arguments
     `(#:parallel-tests? #f))



reply via email to

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