[PATCH] gnu: qpwgraph: Update to 0.6.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Juliana Sims
  • Ludovic Courtès
Owner
unassigned
Submitted by
Juliana Sims
Severity
normal

Debbugs page

Juliana Sims wrote 1 years ago
(address . guix-patches@gnu.org)(name . Juliana Sims)(address . juli@incana.org)
a90de008418d1dd8ae370253c95c7970380a7ec8.1706146056.git.juli@incana.org
Hello,

This patch simply updates qpwgraph to the latest version.

Thanks,
Juli

* gnu/packages/audio.scm (qpwgraph): Update to 0.6.2.

Change-Id: I4b05ea71f08dd4c5bcc59f2a86069ad068f4a84f
---
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 4a84f8ccdf..a57c7bb341 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6311,7 +6311,7 @@ (define-public odio-sacd
(define-public qpwgraph
(package
(name "qpwgraph")
- (version "0.6.0")
+ (version "0.6.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6320,7 +6320,7 @@ (define-public qpwgraph
(file-name (git-file-name name version))
(sha256
(base32
- "17jl347rwagdyx6pgnp83l1ffhlyfl0s4jf7ii2i1j3s1m9sz7y0"))))
+ "0185hxbwqxhjiyym0s7bmrm50f3p4bnvx92qqmgvg3zd7r1x8m8s"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no tests

base-commit: ffa73f8ef2a6cb2b93deb38b1c88a94707e7d907
--
2.41.0
Ludovic Courtès wrote 1 years ago
(name . Juliana Sims)(address . juli@incana.org)
8734u6bncc.fsf@gnu.org
Hey Juliana, :-)

Juliana Sims <juli@incana.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/audio.scm (qpwgraph): Update to 0.6.2.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

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