gnu: bs1770gain: Update to 0.5.1.

* gnu/packages/audio.scm (bs1770gain): Update to 0.5.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-22 16:37:36 +02:00
parent 2820e31590
commit 3891c38346
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3105,7 +3105,7 @@ with support for HD extensions.")
(define-public bs1770gain (define-public bs1770gain
(package (package
(name "bs1770gain") (name "bs1770gain")
(version "0.5.0") (version "0.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3113,7 +3113,7 @@ with support for HD extensions.")
version "/bs1770gain-" version ".tar.gz")) version "/bs1770gain-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0vd7320k7s2zcn2vganclxbr1vav18ghld27rcwskvcc3dm8prii")))) "0r4fbajgfmnwgl63hcm56f1j8m5f135q6j5jkzdvrrhpcj39yx06"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ffmpeg" ,ffmpeg) (inputs `(("ffmpeg" ,ffmpeg)
("sox" ,sox))) ("sox" ,sox)))