gnu: soxr: Update to 0.1.2.

* gnu/packages/audio.scm (soxr): Update to 0.1.2.
This commit is contained in:
Marius Bakke 2017-04-21 14:25:40 +02:00
parent 833df99d62
commit eb3574fb7d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2379,7 +2379,7 @@ can play and record audio files.")
(define-public soxr (define-public soxr
(package (package
(name "soxr") (name "soxr")
(version "0.1.1") (version "0.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2387,7 +2387,7 @@ can play and record audio files.")
(string-append "mirror://sourceforge/soxr/soxr-" version (string-append "mirror://sourceforge/soxr/soxr-" version
"-Source.tar.xz")) "-Source.tar.xz"))
(sha256 (sha256
(base32 "1hmadwqfpg15vhwq9pa1sl5xslibrjpk6hpq2s9hfmx1s5l6ihfw")))) (base32 "0xf2w3piwz9gfr1xqyrj4k685q5dy53kq3igv663i4f4y4sg9rjl"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments '(#:tests? #f)) ;no 'check' target (arguments '(#:tests? #f)) ;no 'check' target
(home-page "https://sourceforge.net/p/soxr/wiki/Home/") (home-page "https://sourceforge.net/p/soxr/wiki/Home/")