guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: noisetorch: Update to 0.8.3.


From: guix-commits
Subject: branch master updated: gnu: noisetorch: Update to 0.8.3.
Date: Sun, 13 Dec 2020 06:31:23 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4764046  gnu: noisetorch: Update to 0.8.3.
4764046 is described below

commit 476404639a86ad1213ea62b7797cc8de73fb6841
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Dec 13 06:42:45 2020 +0100

    gnu: noisetorch: Update to 0.8.3.
    
    * gnu/packages/pulseaudio.scm (noisetorch): Update to 0.8.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/pulseaudio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index cc0033f..af74c0a 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -555,7 +555,7 @@ The plugin is made to work with 1 or 2 channels (ladspa 
plugin),
 (define-public noisetorch
   (package
     (name "noisetorch")
-    (version "0.7.2-beta")
+    (version "0.8.3")
     (source
      (origin
        (method git-fetch)
@@ -564,7 +564,7 @@ The plugin is made to work with 1 or 2 channels (ladspa 
plugin),
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06xlqjma8h7lcnqgc9226blps6m9dp487hk71lslfxj0jkay548k"))))
+        (base32 "115sq4waq048bv82lnq5sblf62m50yvyakx7x06qq359v7qf5ji1"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/lawl/NoiseTorch"



reply via email to

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