guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: bs1770gain: Update to 0.6.9.


From: guix-commits
Subject: 01/10: gnu: bs1770gain: Update to 0.6.9.
Date: Tue, 19 May 2020 23:57:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0c39013afbf12256e8ca52296a975a683b324be2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue May 19 19:09:06 2020 +0200

    gnu: bs1770gain: Update to 0.6.9.
    
    * gnu/packages/audio.scm (bs1770gain): Update to 0.6.9.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 2eeda82..e6eefad 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3373,14 +3373,14 @@ with support for HD extensions.")
 (define-public bs1770gain
   (package
     (name "bs1770gain")
-    (version "0.6.7")
+    (version "0.6.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/bs1770gain/bs1770gain/"
                            version "/bs1770gain-" version ".tar.gz"))
        (sha256
-        (base32 "13hsbqj1dkpz1gbclnjxv50kr7b4gcjai6c1l38g01433h217qjc"))
+        (base32 "1hcbff3q6xl9rj1pzy3fwy91y6fa99wwrhb31461j9kgc173ls7r"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]