mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 01:07:41 +01:00
gnu: libsndfile: Update to 1.0.27.
* gnu/packages/pulseaudio.scm (libsndfile): Update to 1.0.27.
This commit is contained in:
parent
8c6b077bfa
commit
b1972a83e8
1 changed files with 2 additions and 2 deletions
|
@ -42,14 +42,14 @@ (define-module (gnu packages pulseaudio)
|
||||||
(define-public libsndfile
|
(define-public libsndfile
|
||||||
(package
|
(package
|
||||||
(name "libsndfile")
|
(name "libsndfile")
|
||||||
(version "1.0.26")
|
(version "1.0.27")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.mega-nerd.com/libsndfile/files/libsndfile-"
|
(uri (string-append "http://www.mega-nerd.com/libsndfile/files/libsndfile-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14jhla289cj45946h0hq2an0a9g4wkwb3v4571bla6ixfvn20rfd"))))
|
"1h7s61nhf7vklh9sdsbbqzb6x287q4x4j1jc5gmjragl4wprb4d3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libvorbis" ,libvorbis)
|
`(("libvorbis" ,libvorbis)
|
||||||
|
|
Loading…
Reference in a new issue