GNU bug report logs -
#64885
[PATCH] gnu: qpwgraph: Update to 0.5.1.
Previous Next
Reported by: Juliana Sims <juli <at> incana.org>
Date: Thu, 27 Jul 2023 03:38:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64885 in the body.
You can then email your comments to 64885 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64885
; Package
guix-patches
.
(Thu, 27 Jul 2023 03:38:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Juliana Sims <juli <at> incana.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 27 Jul 2023 03:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64885
; Package
guix-patches
.
(Thu, 10 Aug 2023 02:58:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 64885 <at> debbugs.gnu.org (full text, mbox):
Hello,
This patch supercedes the previous one and updates qpwgraph to its latest release.
Thanks,
Juli
* gnu/packages/audio.scm (qpwgraph): Update to 0.5.2.
---
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..5c369cdfdd 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.2")
(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"))))
+ "186c3s56py8xjasbp4380m9sqdba9mf7mppqz8hkli1nhbspbix9"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;; no tests
(inputs (list alsa-lib
base-commit: 90e34d25d5e7c14b7f3293a78f3cdad676c0d035
--
2.41.0
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Wed, 16 Aug 2023 20:22:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Juliana Sims <juli <at> incana.org>
:
bug acknowledged by developer.
(Wed, 16 Aug 2023 20:22:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 64885-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Juliana Sims <juli <at> incana.org> skribis:
> * gnu/packages/audio.scm (qpwgraph): Update to 0.5.2.
Finally applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 14 Sep 2023 11:24:16 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.