all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68704] [PATCH] gnu: qpwgraph: Update to 0.6.2.
@ 2024-01-25  1:27 Juliana Sims
  2024-02-05 21:41 ` bug#68704: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Juliana Sims @ 2024-01-25  1:27 UTC (permalink / raw)
  To: 68704; +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.2.

Change-Id: I4b05ea71f08dd4c5bcc59f2a86069ad068f4a84f
---
 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 4a84f8ccdf..a57c7bb341 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6311,7 +6311,7 @@ (define-public odio-sacd
 (define-public qpwgraph
   (package
     (name "qpwgraph")
-    (version "0.6.0")
+    (version "0.6.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6320,7 +6320,7 @@ (define-public qpwgraph
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "17jl347rwagdyx6pgnp83l1ffhlyfl0s4jf7ii2i1j3s1m9sz7y0"))))
+                "0185hxbwqxhjiyym0s7bmrm50f3p4bnvx92qqmgvg3zd7r1x8m8s"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                ; no tests

base-commit: ffa73f8ef2a6cb2b93deb38b1c88a94707e7d907
-- 
2.41.0





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

* bug#68704: [PATCH] gnu: qpwgraph: Update to 0.6.2.
  2024-01-25  1:27 [bug#68704] [PATCH] gnu: qpwgraph: Update to 0.6.2 Juliana Sims
@ 2024-02-05 21:41 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-02-05 21:41 UTC (permalink / raw)
  To: Juliana Sims; +Cc: 68704-done, Gabriel Wicki

Hey Juliana, :-)

Juliana Sims <juli@incana.org> skribis:

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

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2024-02-05 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25  1:27 [bug#68704] [PATCH] gnu: qpwgraph: Update to 0.6.2 Juliana Sims
2024-02-05 21:41 ` bug#68704: " Ludovic Courtès

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.