all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juliana Sims <juli@incana.org>
To: 64885@debbugs.gnu.org
Cc: Juliana Sims <juli@incana.org>
Subject: [bug#64885] [PATCH] gnu: qpwgraph: Update to 0.5.1.
Date: Wed, 26 Jul 2023 23:36:26 -0400	[thread overview]
Message-ID: <ca3e94090a16d94b3d791d4b8dfbf2cdce2f831e.1690428986.git.juli@incana.org> (raw)

Hello,

This patch simply updates qpwgraph to the latest version.

Thanks,
Juli

* gnu/packages/audio.scm (qpwgraph): Update to 0.5.1.
---
 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 8c15189b2b..0fdd712c8d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6253,7 +6253,7 @@ (define-public odio-sacd
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.4.5")
+    (version "0.5.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6262,7 +6262,7 @@ (define-public qpwgraph
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06pgkma0i9dbir74cfhgnnkqjcq8z496by4lk1whqcj7j9ldbi2l"))))
+                "0pvkxsd65060rzaa26kw1vfparvmg1spjvd7sh7ghzwq1amawmqx"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f)) ;; no tests
     (inputs (list alsa-lib

base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47
-- 
2.41.0





             reply	other threads:[~2023-07-27  4:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27  3:36 Juliana Sims [this message]
2023-08-10  2:56 ` [bug#64885] [PATCH] gnu: qpwgraph: Update to 0.5.2 Juliana Sims
2023-08-16 20:21   ` bug#64885: [PATCH] gnu: qpwgraph: Update to 0.5.1 Ludovic Courtès

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=ca3e94090a16d94b3d791d4b8dfbf2cdce2f831e.1690428986.git.juli@incana.org \
    --to=juli@incana.org \
    --cc=64885@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.