Message ID | 1471450073.3769268.698145521.474905C4@webmail.messagingengine.com |
---|---|
State | New |
Headers | show |
On Wed, Aug 17, 2016 at 11:07:53AM -0500, Alex Griffin wrote: > This patch just updates bs1770gain to 0.4.11, which includes a number of > bug fixes. > -- > Alex Griffin > From c08d5616bdb579780d910429bd81ec7ec36491f3 Mon Sep 17 00:00:00 2001 > From: Alex Griffin <a@ajgrf.com> > Date: Tue, 16 Aug 2016 13:58:07 -0500 > Subject: [PATCH 1/2] gnu: bs1770gain: Update to 0.4.11. > > * gnu/packages/audio.scm (bs1770gain): Update to 0.4.11. Thanks, pushed as 1166c283b7!
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 5c42aaa..de634c5 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2430,7 +2430,7 @@ with support for HD extensions.") (define-public bs1770gain (package (name "bs1770gain") - (version "0.4.10") + (version "0.4.11") (source (origin (method url-fetch) @@ -2438,7 +2438,7 @@ with support for HD extensions.") version "/bs1770gain-" version ".tar.gz")) (sha256 (base32 - "1syr8qchs8091z9ayivj723szlidx81gll099bmk9kgpykmckd62")))) + "0j765drdb7h3y5ipjv9sg1a0if6zh8cksbv3rdk5ppd7kxcrjnlb")))) (build-system gnu-build-system) (inputs `(("ffmpeg" ,ffmpeg) ("sox" ,sox)))