all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juliana Sims <juli@incana.org>
To: 67419@debbugs.gnu.org
Cc: Juliana Sims <juli@incana.org>, Gabriel Wicki <gabriel@erlikon.ch>
Subject: [bug#67419] [PATCH] gnu: qpwgraph: Update to 0.6.0.
Date: Thu, 23 Nov 2023 17:26:36 -0500	[thread overview]
Message-ID: <6cbe02c126b672a52b86f0e8530bac0c502fd9e4.1700778396.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.6.0.

Change-Id: Ib9a20a12f8f4516e8e61340f962536a94a2a81dc
---
 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 7c49ba1841..e4fe4c2da7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6320,7 +6320,7 @@ (define-public odio-sacd
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.5.3")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6329,7 +6329,7 @@ (define-public qpwgraph
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1i9p8gqm9swa2szr7i8rf3dhqxlaqjslb6yd5s9z1rs1jdb9lhp7"))))
+                "17jl347rwagdyx6pgnp83l1ffhlyfl0s4jf7ii2i1j3s1m9sz7y0"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                ; no tests

base-commit: 0083a2265960f8228112c36e0d10eb974ff9d1f1
-- 
2.41.0





             reply	other threads:[~2023-11-23 22:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23 22:26 Juliana Sims [this message]
2023-11-26 13:40 ` bug#67419: [PATCH] gnu: qpwgraph: Update to 0.6.0 Mathieu Othacehe

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=6cbe02c126b672a52b86f0e8530bac0c502fd9e4.1700778396.git.juli@incana.org \
    --to=juli@incana.org \
    --cc=67419@debbugs.gnu.org \
    --cc=gabriel@erlikon.ch \
    /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.