lfam pushed a commit to branch master
in repository guix.

commit eb5378f9021f79d9b437d2c62ca46a476012dc9f
Author: Alex Griffin <[email protected]>
Date:   Tue Jan 3 10:46:59 2017 -0600

    gnu: bs1770gain: Update to 0.4.12.
    
    * gnu/packages/audio.scm (bs1770gain): Update to 0.4.12.
    
    Signed-off-by: Leo Famulari <[email protected]>
---
 gnu/packages/audio.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 2e43baf..f0a6a54 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015 Alex Kost <[email protected]>
 ;;; Copyright © 2015, 2016 Mark H Weaver <[email protected]>
 ;;; Copyright © 2016 Efraim Flashner <[email protected]>
-;;; Copyright © 2016 Alex Griffin <[email protected]>
+;;; Copyright © 2016, 2017 Alex Griffin <[email protected]>
 ;;; Copyright © 2016 ng0 <[email protected]>
 ;;; Copyright © 2016 Lukas Gradl <[email protected]>
 ;;; Copyright © 2016 Tobias Geerinckx-Rice <[email protected]>
@@ -2699,7 +2699,7 @@ with support for HD extensions.")
 (define-public bs1770gain
   (package
     (name "bs1770gain")
-    (version "0.4.11")
+    (version "0.4.12")
     (source
      (origin
        (method url-fetch)
@@ -2707,7 +2707,7 @@ with support for HD extensions.")
                            version "/bs1770gain-" version ".tar.gz"))
        (sha256
         (base32
-         "0j765drdb7h3y5ipjv9sg1a0if6zh8cksbv3rdk5ppd7kxcrjnlb"))))
+         "0n9skdap1vnl6w52fx0gsrjlk7w3xgdwi62ycyf96h29rx059z6a"))))
     (build-system gnu-build-system)
     (inputs `(("ffmpeg" ,ffmpeg)
               ("sox" ,sox)))

Reply via email to