[PATCH] gnu: qpwgraph: Update to 0.3.8.

  • Done
  • quality assurance status badge
Details
One participant
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221226205728.15227-1-kiasoc5@disroot.org
* gnu/packages/audio.scm (qpwgraph): Update to 0.3.8.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b1a16ef3d3..bca97b6683 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5959,7 +5959,7 @@ (define-public odio-sacd
(define-public qpwgraph
(package
(name "qpwgraph")
- (version "0.3.7")
+ (version "0.3.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5968,7 +5968,7 @@ (define-public qpwgraph
(file-name (git-file-name name version))
(sha256
(base32
- "05zbwikixxp5524ps7bd0i4xialgnp1m201rfvlz284sm40wk1vv"))))
+ "068m5m1mrxdig3mip389ppdnh3i77w6i79ljfn0qp07a4gcrr345"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;; no tests
(inputs (list alsa-lib

base-commit: 7c476873e0300711bf92668cf01abd28f7295ead
--
2.39.0
kiasoc5 wrote 2 years ago
[bug#60344] [PATCH] gnu: qpwgraph: Update to 0.3.8.
(address . control@debbugs.gnu.org)
f68861d4-0be1-64c8-a9d0-91160d09bc33@disroot.org
close 60344
quit

Forgot to send this to the control server.
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60344@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60344
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help