gnu: libsamplerate: Update to 0.1.9.
* gnu/packages/pulseaudio.scm (libsamplerate): Update to 0.1.9.master
parent
3433413b18
commit
e1f68c9668
|
@ -76,14 +76,14 @@ for reading and writing new sound file formats.")
|
||||||
(define-public libsamplerate
|
(define-public libsamplerate
|
||||||
(package
|
(package
|
||||||
(name "libsamplerate") ; aka. Secret Rabbit Code (SRC)
|
(name "libsamplerate") ; aka. Secret Rabbit Code (SRC)
|
||||||
(version "0.1.8")
|
(version "0.1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.mega-nerd.com/SRC/libsamplerate-"
|
(uri (string-append "http://www.mega-nerd.com/SRC/libsamplerate-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01hw5xjbjavh412y63brcslj5hi9wdgkjd3h9csx5rnm8vglpdck"))))
|
"1ha46i0nbibq0pl0pjwcqiyny4hj8lp1bnl4dpxm64zjw9lb2zha"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue