GNU bug report logs -
#67316
[PATCH 0/2] Update ddcutil and ddcui.
Previous Next
Reported by: Spencer Skylar Chan <schan12 <at> umd.edu>
Date: Tue, 21 Nov 2023 05:02:02 UTC
Severity: normal
Tags: patch
Done: Sergey Trofimov <sarg <at> sarg.org.ru>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/hardware.scm (ddcui): Update to 0.4.2.
Change-Id: Icd661e3c6641313eb31dc00cc892929a1b7c534a
---
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 cd4d47dca4..68e42bb458 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -530,7 +530,7 @@ (define-public ddcutil
(define-public ddcui
(package
(name "ddcui")
- (version "0.3.0")
+ (version "0.4.2")
(source
(origin
(method git-fetch)
@@ -539,7 +539,7 @@ (define-public ddcui
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0gypfmwxhjmgyfwk29k8hfbgr0698kbcq2yj4izxv1i59zm63irz"))))
+ (base32 "12wsrawwppd3saw5cv9gizvsyxml8zzr6qk21msqzzjgmpqdr3sg"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; No test suite
--
2.39.2
This bug report was last modified 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.