unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43172] [PATCH] gnu: noisetorch: Update to 0.7.2-beta.
@ 2020-09-02 17:33 Michael Rohleder
  2020-09-03  5:49 ` bug#43172: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-09-02 17:33 UTC (permalink / raw)
  To: 43172; +Cc: Michael Rohleder

* gnu/packages/pulseaudio.scm (noisetorch): Update to 0.7.2-beta.
[arguments]: Add phase 'disable-update-check.go.
---
 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 3757859d11..9522d023ad 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"
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43172: [PATCH] gnu: noisetorch: Update to 0.7.2-beta.
  2020-09-02 17:33 [bug#43172] [PATCH] gnu: noisetorch: Update to 0.7.2-beta Michael Rohleder
@ 2020-09-03  5:49 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-09-03  5:49 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 43172-done


> * gnu/packages/pulseaudio.scm (noisetorch): Update to 0.7.2-beta.
> [arguments]: Add phase 'disable-update-check.go.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-03  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 17:33 [bug#43172] [PATCH] gnu: noisetorch: Update to 0.7.2-beta Michael Rohleder
2020-09-03  5:49 ` bug#43172: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).