[PATCH] gnu: qpwgraph: Update to 0.4.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • J. Sims
  • Nicolas Goaziou
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)
_DvgqIxTJHSLPVnBYavfI0YHj0iwKO0mAhUhCxfJK_xjU9x1X0mOKoUoqoXP28Xgfsi5y8VQBUQ0zWhQc5tBo1uV4wOp2leuUtc1Bgf2If4=@protonmail.com
Hello,

Attached is a simple version bump for qpwgraph.

Thanks,
Juli
From 2090a9e03813249dfd8ef10c5e83b8cab77eb696 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims@protonmail.com>
Date: Sun, 2 Apr 2023 10:17:53 -0400
Subject: [PATCH] gnu: qpwgraph: Update to 0.4.2.

* gnu/packages/audio.scm (qpwgraph): Update to 0.4.2.
---
gnu/packages/audio.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 0b8bb9ec15..76dbcfe60d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -37,7 +37,7 @@
;;; Copyright © 2021 jgart <jgart@dismail.de>
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
-;;; Copyright © 2022 Juliana Sims <jtsims@protonmail.com>
+;;; Copyright © 2022, 2023 Juliana Sims <jtsims@protonmail.com>
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
;;; Copyright © 2022 Andy Tai <atai@atai.org>
;;; Copyright © 2023 Sergiu Ivanov <sivanov@colimite.fr>
@@ -6278,7 +6278,7 @@ (define-public odio-sacd
(define-public qpwgraph
(package
(name "qpwgraph")
- (version "0.3.9")
+ (version "0.4.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6287,7 +6287,7 @@ (define-public qpwgraph
(file-name (git-file-name name version))
(sha256
(base32
- "1zdqgn2a139bazazbccpb65zn7qdynndwm9mafq54nkpa7n7lri8"))))
+ "0h5y8n9xm9ay1w53hb5mw6k5i1sm8spz1izmw6yya49gv2pwyhrj"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;; no tests
(inputs (list alsa-lib

base-commit: 380faf265b0c3b231ab8b69597d161be5e704e18
--
2.39.2
Nicolas Goaziou wrote 2 years ago
(name . J. Sims via Guix-patches via)(address . guix-patches@gnu.org)
87edp1gqs5.fsf@nicolasgoaziou.fr
Hello,

"J. Sims via Guix-patches" via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> Attached is a simple version bump for qpwgraph.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

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

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