all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juliana Sims <juli@incana.org>
To: 64308@debbugs.gnu.org
Cc: Juliana Sims <juli@incana.org>
Subject: [bug#64308] [PATCH] gnu: qpwgraph: Update to 0.4.4.
Date: Mon, 26 Jun 2023 14:18:44 -0400	[thread overview]
Message-ID: <20230626181844.10461-1-juli@incana.org> (raw)

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





             reply	other threads:[~2023-06-26 18:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-26 18:18 Juliana Sims [this message]
2023-07-01  7:15 ` bug#64308: [PATCH] gnu: qpwgraph: Update to 0.4.4 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230626181844.10461-1-juli@incana.org \
    --to=juli@incana.org \
    --cc=64308@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.