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.7.2-beta.


From: guix-commits
Subject: branch master updated: gnu: noisetorch: Update to 0.7.2-beta.
Date: Thu, 03 Sep 2020 01:56:56 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

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

commit abafdb2aacefef0a2ecf46c8b06b52343727f34f
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Sep 2 19:33:18 2020 +0200

    gnu: noisetorch: Update to 0.7.2-beta.
    
    * gnu/packages/pulseaudio.scm (noisetorch): Update to 0.7.2-beta.
    [arguments]: Add phase 'disable-update-check.go.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/pulseaudio.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 3757859..9522d02 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -538,7 +538,7 @@ The plugin is made to work with 1 or 2 channels (ladspa 
plugin),
 (define-public noisetorch
   (package
     (name "noisetorch")
-    (version "0.6.1-beta")
+    (version "0.7.2-beta")
     (source
      (origin
        (method git-fetch)
@@ -547,7 +547,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 "1jmh7204mhlabdn0azfjrm3kb944j24n0w0cwibqrs9lfgdn8k52"))))
+        (base32 "06xlqjma8h7lcnqgc9226blps6m9dp487hk71lslfxj0jkay548k"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/lawl/NoiseTorch"
@@ -572,6 +572,12 @@ The plugin is made to work with 1 or 2 channels (ladspa 
plugin),
                  (lambda ()
                    (format #t "package main~%~%var version=~s~&" ,version))))
              #t))
+         (add-after 'unpack 'disable-update-check.go
+           (lambda _
+             (with-directory-excursion "src/github.com/lawl/NoiseTorch"
+               (substitute* "main.go"
+                 ((".*updateCheck.*") "")))
+             #t))
          (add-before 'build 'go-generate
            (lambda _
              (with-directory-excursion "src/github.com/lawl/NoiseTorch"



reply via email to

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