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.

Full log


View this message in rfc822 format

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: bug#58428: [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





This bug report was last modified 2 years and 143 days ago.

Previous Next


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