all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62616] [PATCH] gnu: qpwgraph: Update to 0.4.2.
@ 2023-04-02 14:20 J. Sims via Guix-patches via
  2023-04-03 11:15 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: J. Sims via Guix-patches via @ 2023-04-02 14:20 UTC (permalink / raw)
  To: 62616

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Hello,

Attached is a simple version bump for qpwgraph.

Thanks,
Juli

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-qpwgraph-Update-to-0.4.2.patch --]
[-- Type: text/x-patch; name=0001-gnu-qpwgraph-Update-to-0.4.2.patch, Size: 1704 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#62616] [PATCH] gnu: qpwgraph: Update to 0.4.2.
  2023-04-02 14:20 [bug#62616] [PATCH] gnu: qpwgraph: Update to 0.4.2 J. Sims via Guix-patches via
@ 2023-04-03 11:15 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-03 11:15 UTC (permalink / raw)
  To: 62616; +Cc: 62616-done, J. Sims

Hello,

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

> Attached is a simple version bump for qpwgraph.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-03 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 14:20 [bug#62616] [PATCH] gnu: qpwgraph: Update to 0.4.2 J. Sims via Guix-patches via
2023-04-03 11:15 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.