gnu: libsndfile: Update to 1.0.27.

* gnu/packages/pulseaudio.scm (libsndfile): Update to 1.0.27.
master
Leo Famulari 2017-01-01 17:53:10 -05:00
parent 8c6b077bfa
commit b1972a83e8
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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)