guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: ddcui: Update to 0.3.0.


From: guix-commits
Subject: 03/04: gnu: ddcui: Update to 0.3.0.
Date: Sun, 23 Oct 2022 07:34:08 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 564baef89cf4a1044a26296fce0b28568ae82b43
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri Oct 21 22:43:55 2022 -0400

    gnu: ddcui: Update to 0.3.0.
    
    * gnu/packages/hardware.scm (ddcui): Update to 0.3.0.
    [arguments]: Use new style for arguments.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 5c80216e0b..40e6273f5e 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -521,7 +521,7 @@ calibrated, and restored when the calibration is applied.")
 (define-public ddcui
   (package
     (name "ddcui")
-    (version "0.2.1")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -530,10 +530,10 @@ calibrated, and restored when the calibration is 
applied.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]