guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: ddcui: Update to 0.2.1.


From: guix-commits
Subject: 04/09: gnu: ddcui: Update to 0.2.1.
Date: Wed, 1 Jun 2022 19:38:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 23b4740d549fd2f102789e83f5d39281293f3514
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:03 2022 +0200

    gnu: ddcui: Update to 0.2.1.
    
    * gnu/packages/hardware.scm (ddcui): Update to 0.2.1.
---
 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 a1269e156a..eabec55ae7 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -314,7 +314,7 @@ calibrated, and restored when the calibration is applied.")
 (define-public ddcui
   (package
     (name "ddcui")
-    (version "0.1.2")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -323,7 +323,7 @@ calibrated, and restored when the calibration is applied.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0myma1zw6dlygv3xbin662d91zcnwss10syf12q2fppkrd8qdgqf"))))
+        (base32 "0a9xfv80dpimx9wi9igjbbfydyfsgnbk6dv1plhjzyp2a9shdibb"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; No test suite



reply via email to

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