guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: padthv1: Update to 0.9.8.


From: guix-commits
Subject: 07/09: gnu: padthv1: Update to 0.9.8.
Date: Mon, 24 Jun 2019 07:25:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0246bfc0c48e5b661bd1e954ffcdcad0d19baa7c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 23 23:00:18 2019 +0200

    gnu: padthv1: Update to 0.9.8.
    
    * gnu/packages/music.scm (padthv1): Update to 0.9.8.
    [arguments]: Drop -std=gnu++11 #:configure-flags.
---
 gnu/packages/music.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 11b1ba8..f6f5389 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1460,7 +1460,7 @@ effects.")
 (define-public padthv1
   (package
     (name "padthv1")
-    (version "0.9.7")
+    (version "0.9.8")
     (source (origin
               (method url-fetch)
               (uri
@@ -1468,12 +1468,10 @@ effects.")
                               "/padthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1jd4bf6a1ipvg4yhb3xf3maqg68bx97ic9l57djmkirlrkh2a3wp"))))
+                "1k4p2ir12qjcs62knvw2s6qyvb46203yx22fnwp341cjk171cxji"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f                      ; there are no tests
-       #:configure-flags
-       '("CXXFLAGS=-std=gnu++11")))
+     `(#:tests? #f))                    ; there are no tests
     (inputs
      `(("jack" ,jack-1)
        ("lv2" ,lv2)



reply via email to

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