Update qpwgraph to 0.3.9

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • J. Sims
Owner
unassigned
Submitted by
J. Sims
Severity
normal

Debbugs page

J. Sims wrote 2 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
s2xBZqNc0wj1N9ahKUkAd1j-zixben_ISxUyRSUc9frO6myjkt-kkPOsmhs4crpkvFCYNXqG7Xc-ZUYOUSCB5DvHsMWa7b9ORIPd5Et7qTk=@protonmail.com
Hello,

The attached patch simply bumps the version of qpwgraph to the latest release.

Thanks,
Juli
From f0bf612cde1795bc8de2e7dd0261d283e2c89695 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims@protonmail.com>
Date: Sun, 1 Jan 2023 13:29:56 -0600
Subject: [PATCH] gnu: qpwgraph: Update to 0.3.9.

* gnu/packages/audio.scm (qpwgraph): Update to 0.3.9.
---
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 49e33402eb..00c52802b2 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6003,7 +6003,7 @@ (define-public odio-sacd
(define-public qpwgraph
(package
(name "qpwgraph")
- (version "0.3.7")
+ (version "0.3.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6012,7 +6012,7 @@ (define-public qpwgraph
(file-name (git-file-name name version))
(sha256
(base32
- "05zbwikixxp5524ps7bd0i4xialgnp1m201rfvlz284sm40wk1vv"))))
+ "1zdqgn2a139bazazbccpb65zn7qdynndwm9mafq54nkpa7n7lri8"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;; no tests
(inputs (list alsa-lib

base-commit: 6d4c53893308d7db340a2978307a214103660341
--
2.38.1
宋文武 wrote 2 years ago
(name . J. Sims)(address . jtsims@protonmail.com)(address . 60475-done@debbugs.gnu.org)
87ilh652fg.fsf@envs.net
"J. Sims" <jtsims@protonmail.com> writes:

Toggle quote (4 lines)
> Hello,
>
> The attached patch simply bumps the version of qpwgraph to the latest release.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 60475
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