all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67419] [PATCH] gnu: qpwgraph: Update to 0.6.0.
@ 2023-11-23 22:26 Juliana Sims
  2023-11-26 13:40 ` bug#67419: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Juliana Sims @ 2023-11-23 22:26 UTC (permalink / raw)
  To: 67419; +Cc: Juliana Sims, Gabriel Wicki

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





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

* bug#67419: [PATCH] gnu: qpwgraph: Update to 0.6.0.
  2023-11-23 22:26 [bug#67419] [PATCH] gnu: qpwgraph: Update to 0.6.0 Juliana Sims
@ 2023-11-26 13:40 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-11-26 13:40 UTC (permalink / raw)
  To: Juliana Sims; +Cc: Gabriel Wicki, 67419-done


> * gnu/packages/audio.scm (qpwgraph): Update to 0.6.0.

Applied, thanks,

Mathieu




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

end of thread, other threads:[~2023-11-26 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 22:26 [bug#67419] [PATCH] gnu: qpwgraph: Update to 0.6.0 Juliana Sims
2023-11-26 13:40 ` bug#67419: " Mathieu Othacehe

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.