all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64308] [PATCH] gnu: qpwgraph: Update to 0.4.4.
@ 2023-06-26 18:18 Juliana Sims
  2023-07-01  7:15 ` bug#64308: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Juliana Sims @ 2023-06-26 18:18 UTC (permalink / raw)
  To: 64308; +Cc: Juliana Sims

Hello,

This patch simply updates qpwgraph to the latest version.

Thanks,
Juli

* gnu/packages/audio.scm (qpwgraph): Update to 0.4.4.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 88dbbbc7a2..5adbe677d4 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6233,7 +6233,7 @@ (define-public odio-sacd
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.4.2")
+    (version "0.4.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6242,7 +6242,7 @@ (define-public qpwgraph
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0h5y8n9xm9ay1w53hb5mw6k5i1sm8spz1izmw6yya49gv2pwyhrj"))))
+                "05j98y8j3f0dybaal6qawq9nsrvr1hylsnig4yk6si16mhb32y7l"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f)) ;; no tests
     (inputs (list alsa-lib

base-commit: c585b14ae83160b7c320b4e74a3810ab5c49853a
-- 
2.40.1





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

* bug#64308: [PATCH] gnu: qpwgraph: Update to 0.4.4.
  2023-06-26 18:18 [bug#64308] [PATCH] gnu: qpwgraph: Update to 0.4.4 Juliana Sims
@ 2023-07-01  7:15 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-07-01  7:15 UTC (permalink / raw)
  To: Juliana Sims; +Cc: guix-patches, 64308-done

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


Juliana Sims <juli@incana.org> writes:

> Hello,
>
> This patch simply updates qpwgraph to the latest version.
>
> Thanks,
> Juli
>
> * gnu/packages/audio.scm (qpwgraph): Update to 0.4.4.
> ---
>  gnu/packages/audio.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
44636fd92d69749f1d16f11d9bfd7cf7ea616812.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-07-01  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-26 18:18 [bug#64308] [PATCH] gnu: qpwgraph: Update to 0.4.4 Juliana Sims
2023-07-01  7:15 ` bug#64308: " Christopher Baines

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.