GNU bug report logs - #58428
[PATCH 1/2] gnu: ddcutil: Update to 1.3.2.

Previous Next

Package: guix;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org> (by way of kiasoc5 <kiasoc5 <at> disroot.org>)

Date: Tue, 11 Oct 2022 05:40:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

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 58428 in the body.
You can then email your comments to 58428 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to help-debbugs <at> gnu.org:
bug#58428; Package debbugs.gnu.org. (Tue, 11 Oct 2022 05:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to kiasoc5 <kiasoc5 <at> disroot.org> (by way of kiasoc5 <kiasoc5 <at> disroot.org>):
New bug report received and forwarded. Copy sent to help-debbugs <at> gnu.org. (Tue, 11 Oct 2022 05:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org> (by way of kiasoc5 <kiasoc5 <at> disroot.org>)
To: guix-devel <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH 1/2] gnu: ddcutil: Update to 1.3.2.
Date: Sat,  8 Oct 2022 23:34:18 -0400
* gnu/packages/hardware.scm (ddcutil): Update to 1.3.2.
---
 gnu/packages/hardware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index d47be7a55d..18261d381d 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -476,14 +476,14 @@ (define-public ckb-next
 (define-public ddcutil
   (package
     (name "ddcutil")
-    (version "1.2.2")
+    (version "1.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.ddcutil.com/tarballs/"
                            "ddcutil-" version ".tar.gz"))
        (sha256
-        (base32 "18fbd45h2r3r702dvmlmyrwgs3ymr4mhm4f12lgv9jqb5csalbw2"))))
+        (base32 "0hm0cm4m4hk1jjy7kddg613mynvwlii3kp8al0j9v3c6mcx3p4mx"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

base-commit: 68f09d1f91793a6ff6412d9cc88daca148a0b30d
-- 
2.37.3





Information forwarded to help-debbugs <at> gnu.org:
bug#58428; Package debbugs.gnu.org. (Tue, 11 Oct 2022 05:47:01 GMT) Full text and rfc822 format available.

Message #8 received at 58428 <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org> (by way of kiasoc5 <kiasoc5 <at> disroot.org>)
To: guix-devel <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH 2/2] gnu: ddcui: Update to 0.3.0.
Date: Sat,  8 Oct 2022 23:34:20 -0400
* gnu/packages/hardware.scm (ddcui): Update to 0.3.0.
[arguments]: Use new style.

---
 gnu/packages/hardware.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 18261d381d..7603bcb71e 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -520,7 +520,7 @@ (define-public ddcutil
 (define-public ddcui
   (package
     (name "ddcui")
-    (version "0.2.1")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -529,10 +529,10 @@ (define-public ddcui
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0a9xfv80dpimx9wi9igjbbfydyfsgnbk6dv1plhjzyp2a9shdibb"))))
+        (base32 "0gypfmwxhjmgyfwk29k8hfbgr0698kbcq2yj4izxv1i59zm63irz"))))
     (build-system cmake-build-system)
     (arguments
-     '(#:tests? #f))                    ; No test suite
+     (list #:tests? #f))                    ; No test suite
     (native-inputs
      (list pkg-config qttools-5))
     (inputs
-- 
2.37.3





bug reassigned from package 'debbugs.gnu.org' to 'guix'. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Sat, 25 Feb 2023 22:25:01 GMT) Full text and rfc822 format available.

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Sat, 25 Feb 2023 22:28:02 GMT) Full text and rfc822 format available.

Notification sent to kiasoc5 <kiasoc5 <at> disroot.org> (by way of kiasoc5 <kiasoc5 <at> disroot.org>):
bug acknowledged by developer. (Sat, 25 Feb 2023 22:28:02 GMT) Full text and rfc822 format available.

Message #15 received at 58428-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 58428-done <at> debbugs.gnu.org, kiasoc5 <at> disroot.org
Subject: Re: [PATCH 1/2] gnu: ddcutil: Update to 1.3.2.
Date: Sat, 25 Feb 2023 23:26:55 +0100
Closing this stale bug which was accidentally filed against ‘debbugs’ 
itself, not ‘guix’!

Kind regards,

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 26 Mar 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.