me
/
guix
Archived
1
0
Fork 0

gnu: libsamplerate: Update to 0.1.9.

* gnu/packages/pulseaudio.scm (libsamplerate): Update to 0.1.9.
master
Marius Bakke 2017-04-12 17:34:09 +02:00
parent 3433413b18
commit e1f68c9668
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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