guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: libsndfile: Update to 1.0.27.


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

lfam pushed a commit to branch staging
in repository guix.

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

    gnu: libsndfile: Update to 1.0.27.
    
    * gnu/packages/pulseaudio.scm (libsndfile): Update to 1.0.27.
---
 gnu/packages/pulseaudio.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 9a22b38..a5c1470 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -42,14 +42,14 @@
 (define-public libsndfile
   (package
     (name "libsndfile")
-    (version "1.0.26")
+    (version "1.0.27")
     (source (origin
              (method url-fetch)
              (uri (string-append 
"http://www.mega-nerd.com/libsndfile/files/libsndfile-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "14jhla289cj45946h0hq2an0a9g4wkwb3v4571bla6ixfvn20rfd"))))
+               "1h7s61nhf7vklh9sdsbbqzb6x287q4x4j1jc5gmjragl4wprb4d3"))))
     (build-system gnu-build-system)
     (inputs
      `(("libvorbis" ,libvorbis)



reply via email to

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